For the complete documentation index, see llms.txt. This page is also available as Markdown.

Analytics

Date / Time Handling for Analytics Endpoints

Analytics endpoints that accept startDate and endDate query parameters enable more precise scoping of the analytics data returned by the endpoint. Both parameters accept ISO 8601 date/time formats (YYYY-MM-DDThh:mm:ssZ), which enables filtering down to sub-minute time ranges.

For example, the following parameters would return analytics data over the period of 1 minute between 11:05AM Eastern Time and 11:06 Eastern Time on July 1st, 2026:

  • startDate: 2026-07-01T15:05:00Z

  • endDate: 2026-07-01T15:06:00Z

calendar-exclamation

Get Delivery Analytics

get

Rate Limiting

This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 5 requests per minute

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
startDatestringRequired
endDatestringRequired
typestring · enumOptionalPossible values:
poolIdstringOptional
sortBystringOptional
sortDirectionstring · enumOptionalPossible values:
Responses
200

Success

application/json
get/analytics/delivery

Last updated

Was this helpful?