Search CDRs
Search Vobiz call detail records with active filter combinations - find specific calls by number, status, or duration for dispute resolution and quality review.
data, pagination, and summary - but the response adds a filters object echoing the active filter values. Use it to power search UIs that need to display the current filter state, or to confirm which filters the server actually applied.
Filters
Identical to the list endpoint:from_number, to_number, start_date + end_date (paired, YYYY-MM-DD), call_direction (inbound/outbound), min_duration (seconds), page (default 1), per_page (default 20, max 100).
The filters echo
The response includes:
| Field | Notes |
|---|---|
call_direction | Echoes the applied direction, or "" if none. |
from_number | Echoes the caller filter, or "". |
to_number | Echoes the callee filter, or "". |
hangup_cause | Present in the echo even though it is not a list/search query param - returns "" here. |
""), not as missing keys or null. The filters object always carries all four keys.Example
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
"MA_XXXXXX"
Query Parameters
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
Page number for paginated results.
Number of records per page. Max: 100.
x <= 100