Get Job Status
Get Job Status
Poll batch job status and progress counters.
GET
Get Job Status
Overview
Get the current status and progress of a batch job. This response does not include transcript text. After a terminal status, call Get Job Files, thenGET each transcript_url.
Authentication
Path parameters
Polling guidance
- Poll no faster than every 10 seconds
- For large jobs (100+ files), prefer every 30 seconds
- Stop when status is terminal
Example cURL
Response
Success (200) — in progress
Success (200) — done
Next steps
Call Get Job Files withstatus=COMPLETED, then download each transcript_url.
Use the playground on the right to try this endpoint with your API key.