Get Batch Status
Check the progress of a batch transcription. Returns counts of completed, failed, and pending transcriptions, plus details for each individual transcription.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
batch_id
The batch ID returned from Create Batch Transcription
Response
This endpoint returns an object.
batch_id
ID of this batch
status
Overall batch status
Allowed values:
total_count
Total transcriptions in batch
completed_count
Successfully completed
failed_count
Failed transcriptions
pending_count
Still processing or queued
transcriptions
Status details for each transcription in the batch
