Returns CDR data as a downloadable CSV file. Same filters as the list endpoint.
Note: Do NOT send Accept: application/json on this endpoint - the response is text/csv.
curl --request GET \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/cdr/export \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"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.
text/csv content. Do not send Accept: application/json on this request - pipe the response directly to a file with curl -o cdrs.csv.Your Vobiz account Auth ID
Your Vobiz account Auth Token
Your account Auth ID
"MA_XXXXXX"
Filter by the originating phone number (caller).
"9876543210"
Filter by the destination phone number (callee).
"1234567890"
Beginning of the search period (YYYY-MM-DD). Required when using end_date.
"2026-03-01"
End of the search period (YYYY-MM-DD). Required when using start_date.
"2026-03-17"
Filter by direction.
inbound, outbound Minimum call duration in seconds. Excludes calls shorter than this value.
10
CSV file containing CDR rows
The response is of type file.
Was this page helpful?
curl --request GET \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/cdr/export \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"