Skip to main content
GET
Retrieve detailed information about a specific translation order using its unique identifier. This endpoint provides comprehensive order details including status, documents, and financial information.

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.

Path Parameters

string
required
The unique identifier of the order you want to retrieve. This should be a valid order ID that you have access to.

Response

string
Unique identifier of the order.
string
Creation date and time of the order (ISO 8601 format).
string
Name or title of the order.
string
Source language of the content. Uses ISO 639-1 language codes (e.g., ‘en’, ‘tr’, ‘fr’).
string
Target language for translation. Uses ISO 639-1 language codes (e.g., ‘en’, ‘tr’, ‘fr’).
string
Type of the order. Creatable values are cc, subtitle, document, aiDubbing, and studioDubbing — see Order Types. The platform may additionally return legacy or system-generated values such as proofreading, other, or revision on orders that were not created through Create Order.
string
Current status of the order. Possible values: pending, ongoing, completed, revision, delayed, waitingForCC, waitingForSubtitle, delivered, qualityCheck, readyToSent.
number
Rate applied to the order for pricing calculation.
string
Associated project identifier that this order belongs to.
number
Service level for the order. Level 0 means full AI generated and Level 1 is Human Review added version.
string
Folder identifier where the order files are organized and stored.
string
URL to download the VTT subtitle file associated with the order (if available).
array
Array of documents associated with the order.
object
Financial details related to the order.
object
Quality check evaluation for this order, if available. This field is present when a QC evaluation has been run on the order.