transcribe_result
Retrieve the transcript from a completed audio transcription job, or check if the job is still running.
Instructions
Get the result of a transcription job started with transcribe_start.
Returns "running" if still in progress, the transcript text if done, or a diagnostic message if it failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |