Returns paginated rows of historical contact center data for the specified dataset.
Getting Started
Base URL
All requests are made to:
https://core.{customerId}.ec.avayacloud.com/api/analytics
Replace {customerId} with your Avaya Infinity customer ID (the subdomain segment of your tenant URL).
Authentication
This API uses Bearer token authentication. Obtain a token via the OAuth 2.0 client credentials flow using your Client ID and Client Secret from the Avaya Infinity developer portal. Include the token in the Authorization header:
Authorization: Bearer <your_token>
For full authentication guidance, see the Avaya Infinity authentication docs.
Interval Format
The interval parameter is required. Its format depends on the datasetType value:
Interval dataset (datasetType=interval, default)
Use YYYYMMDDHHmm datetime values. Standard mm values are 00, 15, 30, and 45. Non-standard minute values (e.g., 0007) are silently accepted but may return empty results. Specify a range using starting and/or ending:
interval=starting:202502010415,ending:202502010445
Daily dataset (datasetType=daily)
Use YYYYMMDD datetime values. Non-zero HHmm suffixes are silently accepted but may return empty results:
interval=starting:20250201,ending:20250225
Important Notes
- The
intervalparameter is required. Omitting it will return a400 Bad Request. - Pagination is forward-only. The
prevPageTokenfield is reserved for future use and currently always returns an empty string. - Not all column names are valid filter keys. For example,
CHANNEL:phoneis a valid filter, butAGENT_NAME:John*returns400 Invalid filter column. See thefilterparameter for details. - A
202 Acceptedresponse indicates the request was valid but data has not yet been processed for the requested interval. Column headers will be returned butrecordswill be empty. Retry after a short delay. - Pagination
links.nextURLs may contain unicode-escaped ampersands (\u0026). Consumers should handle unicode-escaped characters when parsing these URLs.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
