Retrieve a call transcript
get_call_transcriptFetch a call transcript by record ID, returning each turn with role, content, and timestamp for review or analysis.
Instructions
Just the transcript of a call, as a list of {role, content, timestamp} turns.
Requires scope calls:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The record id, e.g. "6a96a3ead6e886d42462dd3e". |