Skip to main content
GET
Email stats rollup

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Query Parameters

ids
string[]

Email ids to report on, at most 50 (a URL-length limit). Mutually exclusive with folderId.

Maximum array length: 50
folderId
string

Restrict to one folder. An id matching no folder yields an empty page rather than an error.

since
string

ISO-8601 lower bound on the send time, inclusive. A date (2026-01-01), a Z offset and a ±HH:MM offset are all accepted and normalised to UTC; a value carrying no offset is read in the server's zone. Omit for all time.

until
string

ISO-8601 upper bound on the send time, inclusive. Same accepted forms as since.

pageNumber
integer
default:1

1-based page number.

Required range: 1 <= x <= 2147483647
pageSize
integer
default:20

Items per page.

Required range: 1 <= x <= 200

Response

The aggregate plus one row per email on the page.

data
object
pagination
object

Present only on paged list responses.

meta
object

Envelope metadata present on every response.