check_transcription_status
Check whether a running transcription job has completed or failed by polling its status with the job ID, so you know when to retrieve the final results.
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 |