Live Status

View as Markdown
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_idstringRequired

The job_id returned by POST /jobs.

Response

Successful Response
statusstring

Response status, e.g. success.

messagestring
dataobject

Errors

401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error