Skip to main content
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
You can obtain your API key from your Ollang dashboard.

Query Parameters

Pagination Parameters

number
default:"1"
The page number to retrieve. Must be 1 or greater.
number
default:"10"
The number of items per page. Must be between 1 and 50.

Sorting Parameters

string
default:"id"
The field to sort the results by. Common values: id, createdAt, name, status.
string
default:"desc"
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

string
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.
string
Filter by the name of the order.
string
Filter by creation date range - start date (ISO 8601 format).
string
Filter by creation date range - end date (ISO 8601 format).

Response

array
Array of order objects containing order details.
object
Pagination metadata.