v1
latestOpenAPI 3.0.32026-07-24156161.2 MBPortal
Portal Call-Records
List termination CDRs
list outbound (termination) call records, paginated
get/call_records/termination
Query parameters
time_rangestring
Time range "YYYY-MM-DD - YYYY-MM-DD".
Time range "YYYY-MM-DD - YYYY-MM-DD".
tech_prefixstring
Filter by tech prefix.
Filter by tech prefix.
clistring
Filter by caller ID.
Filter by caller ID.
destinationstring
Filter by called destination (prefix match).
Filter by called destination (prefix match).
sip_account_idstring
Filter by SIP account display_token.
Filter by SIP account display_token.
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"
}
]
}