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_idUUIDRequired

The batch ID returned from Create Batch Transcription

Response

This endpoint returns an object.
batch_idUUID
ID of this batch
statusenum
Overall batch status
Allowed values:
total_countinteger
Total transcriptions in batch
completed_countinteger
Successfully completed
failed_countinteger
Failed transcriptions
pending_countinteger
Still processing or queued
transcriptionslist of objects
Status details for each transcription in the batch

Errors