Live Status
Poll the pipeline progress of a dubbing job. `data.status` moves from `queued` to `in_progress`, then to `completed` or `failed`.
> **Note:** `live-status` is a progress signal only. The source of truth for downloadable outputs is `GET /jobs/{job_id}/export-status`. Each `(target_language, export_type)` export completes independently and carries its own `status` and `download_url`.
Authentication
api-subscription-keystring
API Key authentication via header
Path parameters
job_id
The job_id returned by POST /jobs.
Response
Successful Response
status
Response status, e.g. success.
message
data
Errors
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error