Project Videos
Get Project Video Status
Track pipeline status of a video, per target language
GET
This endpoint reports the processing status of a video, broken down per target language. For each
language you get the current stage, whether it is being processed automatically or worked on manually,
whether anything failed, and a rough completion estimate.
Each video produces one entry per target language. All target languages are present from the
start. Transcription-only videos return a single entry keyed by the source language.
Path Parameters
string
required
The unique identifier of the project.
string
required
The unique identifier of the video.
Response
object[]
One entry per target language.
eta is an approximate estimate for the current running step only — not the whole remaining
pipeline. There is no terminal “done” state: once finished, an entry rests at pendingOn: "editor"
(edits are always possible). Use the export endpoints to fetch produced files.