Get call details
get_callRetrieve a specific call by ID, choosing from summary metadata, transcript, analysis, or full details. Use the narrowest view to get the needed information.
Instructions
Get one call by id. The 'view' parameter controls how much is returned: 'summary' (default) is metadata only; 'transcript' adds the conversation turns; 'analysis' adds Ringg's platform analysis and any custom client analysis; 'full' returns everything. Prefer the narrowest view that answers the question - transcripts and analysis payloads can be large. Recording URLs expire 24 hours after the call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | summary | transcript | analysis | full. Defaults to summary. | summary |
| call_id | Yes | The call UUID, as returned by list_calls. |