check_progress
Check the status of background transcription jobs. Returns progress updates, elapsed time, and the transcript when complete.
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. ⚠️ Privacy: transcript text returned on completion is processed by Claude's API. Pass privacy_mode=true to return metadata only for this check, regardless of how the job was started.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned by transcribe_audio when background=true. | |
| privacy_mode | No | Override privacy mode for this check. true = metadata only. Omit to use the setting from when the job was started. |