Skip to main content
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 limit to retrieve more.

Query parameters

The recent endpoint takes only limit. The list/search filters (from_number, start_date, call_direction, page, per_page, etc.) do not apply here. To filter or page, use List CDRs.

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 200 with data: [] and count: 0.
  • No paging: because there is no pagination, you cannot walk past the limit. For full history use the list endpoint and loop on has_next.

Example

cURL
See the CDR overview for the full field glossary.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

Query Parameters

limit
integer
default:20

Number of recent CDRs to return.

Example:

50

Response

200 - application/json

Recent CDRs

account_id
string
required
count
integer
required
data
object[]
required
success
boolean
required