Get Orders
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.
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
You can obtain your API key from your Ollang dashboard.
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. 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).
Response
Array of order objects containing order details.
Pagination metadata.