English
cURL
curl --request GET \ --url https://api.mtengine.example.com/translateAsyncStatus/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "running", "detail": "Description of translation failure" }
OAuth 2.0 for accessing the MT API. Supports client credentials (service-to-service).
Unique identifier of the translation job
Translate multiple segments asynchronously - status
running
done
failed
"Description of translation failure"
Was this page helpful?