get_transcript
ChatGPTFetch the transcript for a meeting. Returns transcript text with speaker names, timestamps, and dialogue. Use start_seconds and end_seconds to request a specific time range — this avoids loading the entire transcript for long meetings. For example, to preview the first minute, use start_seconds=0, end_seconds=60. To continue reading, use start_seconds=60, end_seconds=120. Omit both to get the full transcript. The list_my_meetings tool returns duration_seconds for each meeting, which tells you the total meeting length. Some meetings are transcript-only (e.g. data backfills from other providers) and may not have real timestamps — in that case, timestamps are estimated at approximately 150 words per minute.






