Skip to main content
GET
Get batch status
Returns aggregate progress for all files and chunk jobs in a batch.

Typical response (production)

In development mode, additional counters can be present: total_jobs, completed_jobs, failed_jobs, processing_jobs, queued_jobs, and files_processing.

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

batch_id
string
required

Response

Batch status response

batch_id
string
total_files
integer
files_completed
integer
files_failed
integer
estimated_audio_seconds
number
estimated_completion_seconds
number
status
string
total_jobs
integer
completed_jobs
integer
failed_jobs
integer
processing_jobs
integer
queued_jobs
integer
files_processing
integer