Skip to main content
GET
/
translateAsyncStatus
/
{id}
Translate multiple segments asynchronously - status polling
curl --request GET \
  --url https://api.mtengine.example.com/translateAsyncStatus/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "running",
  "detail": "Description of translation failure"
}

Authorizations

Authorization
string
header
required

OAuth 2.0 for accessing the MT API. Supports client credentials (service-to-service).

Path Parameters

id
string
required

Unique identifier of the translation job

Response

Translate multiple segments asynchronously - status

status
enum<string>
required
Available options:
running,
done,
failed
detail
string
Example:

"Description of translation failure"