Live Status
Poll the progress of a document translation job.
Authentication
api-subscription-keystring
API Key authentication via header
Path parameters
job_id
The job_id returned by POST /translate/document/jobs.
Response
Live status.
job_id
job_name
job_state
Aggregate job state returned by GET /jobs/{job_id}/live-status.
source_language_code
created_at
updated_at
progress
Overall progress (0-100).
page_metrics
Present for PDF (page-granular) jobs.
translation_metrics
Present for Office format (document-granular) jobs.
translations
warnings
Server warnings. Omitted when empty.
error_message
Job-level failure reason.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error