Get Job Status
Speech-to-Text (Batch)
Get Job Status
Get 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
string
default:"019fa854-1db0-7e45-a026-7a6b09ff6d7c"
required
Job ID returned by Create Job. Replace with your own
job_id before sending.Polling guidance
Live lifecycle observed:
Poll no faster than every 10 seconds. For 100+ file jobs, prefer every 30 seconds.
Example cURL
Response
Success — completed (200)
Success — start failed (200)
Returned when public URLs cannot be fetched:
Error responses
404 Job not foundstring
Current job status (
CREATED, QUEUED, IN_PROGRESS, COMPLETED, START_FAILED, …).object
Per-file counters: total, completed, failed, in progress, queued, cancelled.
string
Present for failures such as
START_FAILED.Use Cases
- Polling until a job reaches a terminal status
- Debugging
START_FAILEDviacancel_reason