v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Voice

Get transcription status

Retrieve the status and result of an audio transcription job. For vault-based jobs, returns status and result_object_id when complete. For legacy direct URL jobs, returns the full transcription data.

get/voice/transcription/{id}

Path parameters

idstring required

The transcription job ID (tr_xxx for vault-based, or AssemblyAI ID for legacy)

Query parameters

include_text'true' | 'false'

Include full transcript text in response for vault-based jobs (default: false)

Response

Transcription status and result

idstring required

Unique transcription job ID

status'queued' | 'processing' | 'completed' | 'failed' required

Current status of the transcription job

vault_idstring

Vault ID (vault-based jobs only)

source_object_idstring

Source audio object ID (vault-based jobs only)

result_object_idstring

Result transcript object ID (vault-based jobs, when completed)

audio_durationnumber

Duration of the audio file in seconds

word_countinteger

Number of words in the transcript

confidencenumber

Overall confidence score (0-100)

errorstring

Error message (only present when status is failed)

textstring

Full transcription text (only included when include_text=true for vault-based jobs, or for legacy direct URL jobs)