Ollang API Reference
Get Orders
Retrieve a list of translation orders with optional pagination and filters
GET
Retrieve a list of your translation orders with optional pagination and filtering capabilities. This endpoint allows you to view and manage all your submitted orders.
Authorizations
This endpoint requires API key authentication. Include your API key in the request header:- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
- Format:
X-Api-Key: your-api-key-here
Query Parameters
Pagination Parameters
The page number to retrieve. Must be 1 or greater.
The number of items per page. Must be between 1 and 50.
Sorting Parameters
The field to sort the results by. Common values:
id, createdAt, name,
status.The direction to sort the results. Options:
asc, desc.Search Parameters
A search term to filter the results. Searches across order names and other
relevant fields.
Filter Parameters
Filter by order type. Common values are the five creatable types —
cc,
subtitle, document, aiDubbing, and studioDubbing (see
Order Types). Legacy or
system-generated values (proofreading, other, revision) are also
accepted and may match historical orders that were not created through
Create Order.Filter by the name of the order.
Filter by creation date range - start date (ISO 8601 format).
Filter by creation date range - end date (ISO 8601 format).
Response
Array of order objects containing order details.
Pagination metadata.