get_call_transcript
Retrieve a call's raw transcript with speaker-attributed text. Paginate using offset and maxLength to avoid truncation and access full content.
Instructions
Get the raw transcript for a single call with speaker-attributed text. Only use this when you need exact quotes - prefer get_call_summary for understanding call content. Transcripts are truncated by default (10KB) to prevent context overflow - use maxLength and offset to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callId | Yes | Gong call ID (numeric string up to 20 digits) | |
| offset | No | Character offset to start from (default: 0). Use to paginate through long transcripts. | |
| maxLength | No | Maximum characters to return (default: 10000, ~10KB). Longer transcripts are truncated with pagination info. |