check_transcription_status
Check whether a transcription job is complete, still running, or failed by providing its job ID. Poll every 10–15 seconds to know when results are ready.
Instructions
[EXPERIMENTAL] Check the status of a running transcription job. Call this after starting transcribe_audio, transcribe_to_labels, or transcribe_to_file. Poll every 10-15 seconds until status is 'complete' or 'error'.
Args: job_id: The job ID returned when you started the transcription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |