Retrieve a list of translation orders with optional pagination and filters
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.
This endpoint requires API key authentication. Include your API key in the request header:
X-Api-Key
X-Api-Key: your-api-key-here
You can obtain your API key from your Ollang dashboard.
The page number to retrieve. Must be 1 or greater.
The number of items per page. Must be between 1 and 50.
The field to sort the results by. Common values: id
, createdAt
, name
,
status
.
The direction to sort the results. Options: asc
, desc
.
A search term to filter the results. Searches across order names and other relevant fields.
Filter by order type. Options: cc
, subtitle
, document
, aiDubbing
,
studioDubbing
, proofreading
, other
, revision
.
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).
Array of order objects containing order details.
Pagination metadata.