get_transcript_status
Check the status of an async transcription task, get progress updates and the result when ready. Poll until the task is completed or failed.
Instructions
Check the status of an async transcription task.
Returns the task status, progress, and result (if completed). Poll this periodically until status is 'completed' or 'failed'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID from transcribe_url or transcribe_file |