Get a transcription job by ID
Transcription jobs (API v1)
Get a transcription job by ID
GET
Get a transcription job by ID
Path Parameters
Transcription job ID
Response
200 - application/json
Transcription job metadata + produced transcription ids
Transcription job ID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Job lifecycle status
Available options:
queued, processing, completed, partial, failed Example:
"completed"
Spoken language code
Example:
"en"
Whether diarization was requested
Example:
false
IDs of the transcriptions this job produced. Read each via GET /api/v1/transcriptions/:id.
Example:
When the job was created
Example:
"2024-01-15T10:30:00.000Z"
When the job was last updated
Example:
"2024-01-15T10:30:00.000Z"
Display name for the job
Example:
"Team weekly sync"
Failure code when the job failed (or partially failed)
Example:
null