Skip to main content

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_view permission.

Pagination (cursor-based):

  • Both limit and starting_after are optional.
  • If limit is not provided, it defaults to 50.
  • If starting_after is not provided, results start from the beginning.

Optional filters:

  • search filters by extension number, extension label, and related call fields.
  • date_from and date_to filter 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

Success