Retrieve the CDR for a specific completed call using its call_id.
Useful when you have a call_id from a callback or previous API response.
curl --request GET \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/cdr/{call_id} \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'{
"data": {
"account_id": "MA_XXXXXXXX",
"answer_time": "2026-03-25T10:00:01Z",
"billsec": 42,
"bridge_uuid": "11223344-5566-7788-99aa-bbccddeeff00",
"call_direction": "outbound",
"caller_id_name": "John Doe",
"caller_id_number": "+919876543210",
"campaign_id": null,
"carrier_ip": "10.0.0.1",
"codec": "PCMU",
"context": "voice-api",
"cost": 0.45,
"created_at": "2026-03-25T10:00:42Z",
"currency": "INR",
"customer_endpoint": null,
"destination_number": "+918012345678",
"duration": 47,
"end_time": "2026-03-25T10:00:42Z",
"failure_code": null,
"failure_reason": null,
"hangup_cause": "NORMAL_CLEARING",
"hangup_cause_code": 4000,
"hangup_cause_name": "Normal Hangup",
"hangup_disposition": "send_bye",
"hangup_source": "Caller",
"id": 18000004,
"jitter": 0,
"mos": 4.5,
"network_addr": "10.0.0.1",
"origination_region": "mumbai",
"packet_loss": 0,
"progress_time": "2026-03-25T10:00:00Z",
"region": "ap-south-1",
"ring_time": 5,
"sip_call_id": "11223344-5566-7788-99aa-bbccddeeff00",
"sip_user_agent": "Vobiz",
"start_time": "2026-03-25T10:00:00Z",
"streaming_cost": 0,
"terminated_to": null,
"total_cost": 0.45,
"trunk_id": null,
"updated_at": "2026-03-25T10:00:42Z",
"uuid": "aabbccdd-1234-5678-90ab-cdef12345678"
},
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Your account Auth ID
"MA_XXXXXX"
The unique call ID of the completed call.
"abc123-def456-ghi789"
Was this page helpful?
curl --request GET \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/cdr/{call_id} \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'{
"data": {
"account_id": "MA_XXXXXXXX",
"answer_time": "2026-03-25T10:00:01Z",
"billsec": 42,
"bridge_uuid": "11223344-5566-7788-99aa-bbccddeeff00",
"call_direction": "outbound",
"caller_id_name": "John Doe",
"caller_id_number": "+919876543210",
"campaign_id": null,
"carrier_ip": "10.0.0.1",
"codec": "PCMU",
"context": "voice-api",
"cost": 0.45,
"created_at": "2026-03-25T10:00:42Z",
"currency": "INR",
"customer_endpoint": null,
"destination_number": "+918012345678",
"duration": 47,
"end_time": "2026-03-25T10:00:42Z",
"failure_code": null,
"failure_reason": null,
"hangup_cause": "NORMAL_CLEARING",
"hangup_cause_code": 4000,
"hangup_cause_name": "Normal Hangup",
"hangup_disposition": "send_bye",
"hangup_source": "Caller",
"id": 18000004,
"jitter": 0,
"mos": 4.5,
"network_addr": "10.0.0.1",
"origination_region": "mumbai",
"packet_loss": 0,
"progress_time": "2026-03-25T10:00:00Z",
"region": "ap-south-1",
"ring_time": 5,
"sip_call_id": "11223344-5566-7788-99aa-bbccddeeff00",
"sip_user_agent": "Vobiz",
"start_time": "2026-03-25T10:00:00Z",
"streaming_cost": 0,
"terminated_to": null,
"total_cost": 0.45,
"trunk_id": null,
"updated_at": "2026-03-25T10:00:42Z",
"uuid": "aabbccdd-1234-5678-90ab-cdef12345678"
},
"success": true
}