check_progress
Retrieve current progress, elapsed time, and completed transcript for a background transcription job. Poll this endpoint until the job status shows complete or failed.
Instructions
Check the status of a background transcription job started with transcribe_audio (background=true). Returns current progress, elapsed time, last processed timestamp, and the transcript when complete. Call this repeatedly until the job shows as complete or failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned by transcribe_audio when background=true. |