get_call_transcript
Retrieve the AI-generated transcript for a call, with speaker turns, confidence scores, and durations. Requires CallScribe enabled at the time of the call.
Instructions
Get the AI transcript for a call. Requires CallRail Conversation Intelligence (CallScribe) to be enabled on the company at the time the call was placed.
If CallScribe was enabled AFTER the call, no transcript exists — CallRail does not retroactively transcribe. Returns CallRail's 404 in that case.
Args: call_id: 'CAL...' id. account_id: CallRail account ID. Auto-resolves if omitted.
Returns: JSON string with the transcription including segments (text per speaker turn), per-segment confidence scores, and durations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call_id | Yes | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |