get_transcript
Retrieve the plaintext transcript of a meeting recording. Use start and end times to fetch specific segments for long meetings.
Instructions
Get the transcript for a meeting recording. Returns plaintext lines.
For long meetings, use start_time/end_time to fetch a specific window. First call without time params to get metadata (duration, line count), then request specific chunks as needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | End of time window in HH:MM:SS format (e.g. "00:20:00"). | |
| start_time | No | Start of time window in HH:MM:SS format (e.g. "00:10:00"). | |
| recording_id | Yes | The recording ID (from list_meetings). |