Skip to main content
Retrieve detailed call logs, billing data, and per-call telemetry for your account. Vobiz CDRs include caller/callee identifiers, timing, billing, hangup attribution, and quality metrics (MOS, jitter, packet loss). Use them for billing reconciliation, traffic analysis, fraud detection, and compliance reporting.
Authentication: All CDR endpoints use API key authentication. Pass X-Auth-ID and X-Auth-Token in your request headers.

Endpoints Overview

List CDRs

Returns CDRs for your account. Supports filtering by phone numbers, date range, call direction, duration, and pagination. Response includes a summary block with aggregate metrics across the filtered set.

Get Single CDR

Retrieve full detail for a specific call by its call_id. Useful when you have a call_id from a webhook callback or previous list response.
cURL

Search CDRs

Identical filters to the list endpoint, but the response also includes a filters object echoing the active filters applied. Useful when building search UIs that need to display current filter state.
cURL

Recent CDRs

Returns the most recent CDRs for your account without requiring a date range. Returns 20 records by default. Use limit to retrieve more. Note: the recent endpoint does not return pagination or summary blocks - just data.
cURL

Export as CSV

Returns CDR data as a downloadable CSV file. Supports the same filters as the list endpoint. Use the -o flag in curl to save directly to a file.
cURL
The export endpoint returns text/csv content. Do not send Accept: application/json on this request.

Query Parameters

Filter Parameters (list, search, export)

Response Structure

A successful list/search request returns:
200 OK - Response

Top-level fields

Pagination object

Summary object

CDR object - every field

Hangup Causes

The table below describes common SIP/B2BUA hangup_cause values you may encounter in your call logs.

Examples

Filter by date range

Outbound calls only, minimum 10 seconds

Last 50 recent calls

Export filtered CDRs to CSV

What to do next

Diagnose a hangup_cause with an AI agent

Paste a CDR or a hangup_cause code - get a plain-English diagnosis and remediation steps.

Open in Cursor