check_transcription_status
Query a transcription job's status with its ID to know when it's complete or has errored, so you can proceed accordingly.
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 |