get_transcription
Retrieve the status or final transcript of an Orchard transcription job using its job ID, with optional formatting as JSON, text, Markdown, SRT, or VTT.
Instructions
Fetch the status or final transcript of a previously started Orchard transcription job (use the job_id returned by the transcribe tools). Optionally return it formatted as srt, vtt, md or plain text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json | |
| job_id | Yes | Job id returned by a transcribe tool. |