Check the status of an asynchronous transcription job (Elevenlabs-STT). Poll this endpoint to get the transcription results when the job is completed.
runId that you use to check the status.
pending: Job is queued for processingprocessing: Transcription is in progresscompleted: Transcription finished successfullyfailed: Transcription failed (check error field)Status check parameters including runId from the initial transcription request
Unique identifier for the transcription job
"abc123def456"
Cost of the transcription (from initial response)
Payment source used (from initial response)
Whether this is an API request (from initial response)
Original file name (from initial response)
File size in bytes (from initial response)
Duration charged for billing (from initial response)
Whether speaker diarization is enabled (from initial response)
Transcription status response
Current status of the transcription job
pending, processing, completed, failed The transcribed text (available when status is 'completed')
"Speaker 1: Hello everyone. Speaker 2: Hi there!"
Transcription metadata (available when status is 'completed')
Word-level timestamps and speaker information (Elevenlabs-STT only)
Speaker diarization results (when enabled)
Error message (available when status is 'failed')