Get transcript
get_transcriptRetrieve a meeting transcript by bot ID, automatically resolving the transcript ID and optionally waiting until ready. Returns segments with speaker and transcript text.
Instructions
Fetch a bot's transcript by bot_id. Resolves transcript_id automatically (it is NOT in webhooks) via /detail → /transcriptions. Set wait=true to poll until ready (after transcription.processed fires). Segments have speaker and transcript fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return raw provider output instead of processed segments | |
| wait | No | Poll until the transcript is ready (up to timeout_seconds) | |
| bot_id | Yes | ||
| timeout_seconds | No | Max wait when wait=true (default 300) |