curl https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b/calls \ -H "X-Api-Key: YOUR_API_KEY"
{ "success": true, "message": "Calls fetched successfully", "data": [ { "call_session_id": "019d2b3c-8e9f-7a0b-1c2d-4e5f6a7b8c9d", "agent_name": "Sales Agent", "channel": "voice", "status": "completed", "duration_sec": 125, "sentiment": "positive", "started_at": "2026-03-22T10:30:00Z" } ] }
Retrieve the historical call log for a specific contact.
Contact ID
Successful response