Call Detail Records
Recent CDRs
Fetch the most recent Vobiz call detail records without date filters - a quick tail view of your latest voice traffic for real-time debugging and monitoring.
GET
Get the most recent CDRs
A quick tail view of your latest calls with no date range required. Returns the 20 most recent CDRs by default; pass
See the CDR overview for the full field glossary.
limit to retrieve more.
Query parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
limit | integer | 20 | Number of recent CDRs to return. |
Response shape
Recent returns a trimmed envelope -{ account_id, count, data, success }. There is no pagination, no summary, and no filters block. The CDR objects in data carry the same 43 fields as the list endpoint.
Edge cases
- Empty account: returns
200withdata: []andcount: 0. - No paging: because there is no
pagination, you cannot walk past thelimit. For full history use the list endpoint and loop onhas_next.
Example
cURL
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Query Parameters
Number of recent CDRs to return.
Example:
50