Batch job progress
get_transcripts_jobCheck the progress of a batch transcript job: status shows queued, running, done, or cancelled, with counts of videos ready, failed, and pending.
Instructions
Check the progress of a batch job: status (queued/running/done/cancelled), how many videos are ready, failed and still pending. Free — polling a job you already paid for costs nothing. Read the transcripts themselves with get_transcripts_results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | id returned by submit_transcripts_job |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | ||
| count | No | ||
| ready | No | ||
| failed | No | ||
| status | No | ||
| pending | No |