ListCallLogs lists call logs with filtering and pagination.
GET/api/v1/voice/call-logs
Returns CDRs matching the specified criteria.
Pagination
- page: Page number (default: 1)
- per_page: Results per page (default: 20, max: 100)
Filtering
- start_date/end_date: Date range filter
- direction: inbound, outbound, or internal
- status: answered, no_answer, busy, failed
- agent_id: Filter by agent
- queue_id: Filter by queue
- search: Search in phone numbers
Errors
- PERMISSION_DENIED: Caller lacks voice:cdr:read permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.