Batch job results
get_transcripts_resultsFetch completed transcripts from a batch job in submission order. Results appear as they are ready, with status and pagination.
Instructions
Read finished transcripts from a batch job, in the order submitted. Results appear as they are fetched, so this can be called before the job is done. Each entry is exactly what get_transcript returns for that video, plus its status. Page with next_page_token. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Entries per page, 1-500 (default 100) | |
| job_id | Yes | id returned by submit_transcripts_job | |
| next_page_token | No | Token from a previous result |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| results | No | ||
| has_more | No | ||
| next_page_token | No |