Skip to main content
GET
Get a transcription job by ID

Path Parameters

id
string
required

Transcription job ID

Response

200 - application/json

Transcription job metadata + produced transcription ids

id
string
required

Transcription job ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

status
enum<string>
required

Job lifecycle status

Available options:
queued,
processing,
completed,
partial,
failed
Example:

"completed"

language
string
required

Spoken language code

Example:

"en"

diarize
boolean
required

Whether diarization was requested

Example:

false

transcription_ids
string[]
required

IDs of the transcriptions this job produced. Read each via GET /api/v1/transcriptions/:id.

Example:
created_at
string<date-time>
required

When the job was created

Example:

"2024-01-15T10:30:00.000Z"

updated_at
string<date-time>
required

When the job was last updated

Example:

"2024-01-15T10:30:00.000Z"

name
string | null

Display name for the job

Example:

"Team weekly sync"

error_code
string | null

Failure code when the job failed (or partially failed)

Example:

null