v1
latestOpenAPI 3.0.32026-07-24156161.2 MBPortal
Portal Call-Records
List origination CDRs
list inbound (origination) call records, paginated
get/call_records/origination
Query parameters
time_rangestring
Time range "YYYY-MM-DD - YYYY-MM-DD".
Time range "YYYY-MM-DD - YYYY-MM-DD".
did[]string[]
Filter by called DID numbers in E.164 format.
Filter by called DID numbers in E.164 format.
pageinteger
Page number (default 1).
Page number (default 1).
per_pageinteger
Items per page (default 100, max 1000).
Items per page (default 100, max 1000).
Response
Successful Response
Example response
{
"call_records": [
{
"cli": "12125551234",
"cost": 0.01716,
"destination": "12125559999",
"destination_name": "United States - Fixed/Mobile",
"duration": 8,
"started_at": "2026-05-26T12:16:50.000+00:00",
"status": "ANSWER",
"tech_prefix": "021001"
}
]
}