Get transcription result
get_transcriptionFetch a transcription by job ID, including full text, speaker-timestamped segments, summary, duration, language, and billing info. Use wait_ms to long-poll for short clips.
Instructions
Fetch a transcription by job_id: full text, per-speaker timestamped segments, summary, duration_seconds, billed_minutes, and language. Set wait_ms (up to 25000) to long-poll so short clips come back in one call; otherwise poll until status is 'done'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| wait_ms | No | Long-poll up to this many ms (cap 25000) for the job to finish. |