Get Gong Call Transcript
gong_get_transcriptFetch a full Gong call transcript with timestamped sentences and speaker labels. Input a call ID to retrieve the conversation as markdown or JSON.
Instructions
Retrieve the full transcript of a specific Gong call.
Returns timestamped sentences with speaker identification. Use gong_search_calls first to find call IDs.
Args:
call_id (string): The Gong call ID
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Timestamped transcript with speaker labels.
Examples:
"Get the transcript for call 123456" -> call_id='123456'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call_id | Yes | The Gong call ID to fetch the transcript for | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |