List extension statistics
GET/api/v1/domains/:domain_uuid/extension-statistics
Returns extension-level call statistics for the specified domain.
Access rules:
- Caller must have access to the target domain (domain scope).
- Caller must have the
xml_cdr_viewpermission.
Pagination (cursor-based):
- Both
limitandstarting_afterare optional. - If
limitis not provided, it defaults to 50. - If
starting_afteris not provided, results start from the beginning.
Optional filters:
searchfilters by extension number, extension label, and related call fields.date_fromanddate_tofilter the reporting window using epoch seconds in UTC.- If no date range is provided, the current day in the domain's local timezone is used.
Request
Responses
- 200
- 400
- 401
- 404
Success
Invalid date range
Unauthenticated
Domain not found