Get Call Session Detail
Calling API
Get Call Session Detail
Get Call Session Detail with Transcripts.
GET
Get Call Session Detail
Authorizations
Your Agni API key used to authenticate the request. Pass it in the
X-Api-Key header. Find or rotate it from your Ravan AI account settings.Path Parameters
The unique ID of the resource in the path. Use the ID returned by the related create or list endpoint.
Response
Whether the request succeeded.
Human-readable status message.
Full call session with embedded transcripts.
Authorizations
Path Parameters
Call session ID
Response
200 - application/json
Successful response
Example:
{
"id": "<string>",
"agent_id": "<string>",
"agent_name": "<string>",
"organization_id": "<string>",
"caller_number": "<string>",
"callee_number": "<string>",
"channel": "<string>",
"status": "<string>",
"recording_url": "<string>",
"duration_sec": 0,
"cost_total": "<string>",
"credit_breakdown": {
"channel": "<string>",
"duration_sec": 0,
"model_credits": 0,
"provider_credits": 0,
"provider_managed": true,
"telephony_type": "<string>",
"total_credits": 0
},
"disconnect_reason": "<string>",
"metadata": {},
"post_call_analysis_result": {},
"started_at": "<string>",
"ended_at": "<string>",
"created_at": "<string>",
"transcripts": []
}
