Get Call Details
Retrieves detailed information about a specific call using its unique identifier. Use the send_analysis parameter to include analysis data in the response.
GET
Get Call Details
Fetch a detailed record for one call. Use this when a user opens a call detail view or when support needs the full context for a specific
call_id.
When to use
- Show transcript, recording, status, and metadata for one call.
- Debug a failed or unexpected call.
- Fetch analysis for a call after receiving a webhook event.
Integration notes
- Pass the unique call ID as the
idquery parameter. - Use
send_analysis=trueonly when the caller needs analysis data; this keeps lightweight detail views faster. - Store the
call_idreturned by call initiation and webhook payloads. - The returned recording URL is valid for 24 hours after the call. Download and store the recording within that window if you need to retain it.
Headers
(Required) Your Ringg AI API key.
Example:
"7251cb4b-3373-43a4-844c-b27a1d45e0c9"
Query Parameters
(Required) The unique identifier (UUID) of the call.
Example:
"550e8400-e29b-41d4-a716-446655440000"
(Optional) Whether to include analysis data (platform_analysis and client_analysis) in the response.
Example:
true
Get Call Details
