Read a transcript
get_transcriptFetch a transcript by job ID or check job progress if still running. Returns a budgeted excerpt and indicates when it truncates.
Instructions
Fetches a transcript by job id, or reports progress if it is still running. Free, and does not charge anything.
Returns a budgeted excerpt rather than the whole transcript, and says so when it truncates. For a question about a specific moment, use search_transcript instead; for the gist, get_summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job id. | |
| verbatim | No | Return the raw decode instead of the cleaned text, including fillers and false starts. Use for research or legal work, where the disfluencies are the data. | |
| max_chars | No | Text budget. Defaults to 12000. | |
| timestamps | No | Include a timestamp on each turn. Defaults to true. |