check_batch_progress
Tracks the progress of a batch transcription job, returning overall status, current file, failed files, and elapsed time. Call repeatedly until the batch is complete.
Instructions
Check the status of a batch started with start_batch. Automatically advances to the next file when the current one finishes. Returns overall progress, current file, failed files, and elapsed time. Call repeatedly until the batch shows as complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_id | Yes | Batch ID returned by start_batch. |