Skip to main content
GET
List account email events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_size
integer
default:25

Number of results to return. Defaults to 25; maximum is 100. Invalid values are clamped to the valid range.

Required range: 1 <= x <= 100
page_cursor
string

Opaque URL-safe Base64 cursor returned by a previous list response.

event_type

Comma-separated list of event types to include. Also accepts repeated query parameters (e.g. event_type=delivered&event_type=bounced). Unknown values return no matches.

email_id
string<uuid>

Filter events for a specific email message UUID. Invalid UUID values are silently ignored (no filter applied).

from
string<date-time>

Inclusive ISO 8601 start timestamp. Defaults to 30 days ago when omitted.

to
string<date-time>

Inclusive ISO 8601 end timestamp. When from is provided without to, defaults to from + 30 days.

Response

Paginated list of account email events.

data
object[]
required
meta
object
required