Skip to main content
GET
Get aggregated statistic intervals

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

emailIds
integer<int64>[]

Filter by email IDs. Only include statistics of emails with these IDs.

endTimestamp
string<date-time>

The end timestamp of the time span, in ISO8601 representation.

interval
enum<string>

The interval to aggregate statistics for.

Available options:
DAY,
HOUR,
MINUTE,
MONTH,
QUARTER,
QUARTER_HOUR,
SECOND,
WEEK,
YEAR
startTimestamp
string<date-time>

The start timestamp of the time span, in ISO8601 representation.

Response

successful operation

results
object[]
required
total
integer<int32>
required
paging
object
Last modified on March 31, 2026