Retrieve call detail records
GET/api/v1/calls
Retrieve a list of call detail records (CDR) with filtering and pagination options.
Important notes:
- Results can be filtered by date range, call type, phone numbers, and SIP account
- Supports both JSON and CSV export formats
- Use pagination for large result sets
- Statistics include total count, duration, and cost
When to use:
- Generating call history reports
- Analyzing call patterns and costs
- Exporting billing data
- Monitoring SIP account usage
Request
Responses
- 200
- 401
- 403
Successfully retrieved CDR records
Unauthorized - Invalid or missing authentication token
Forbidden - Valid token but user is blocked or inactive