Email Events
List account email events
Lists account-level email events sorted oldest first by occurred_at asc, id asc.
get/email_events
Query parameters
page_sizeinteger
Number of results to return. Defaults to 25; maximum is 100. Invalid values are clamped to the valid range.
page_cursorstring
Opaque URL-safe Base64 cursor returned by a previous list response.
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_idstring uuid
Filter events for a specific email message UUID. Invalid UUID values are silently ignored (no filter applied).
fromstring date-time
Inclusive ISO 8601 start timestamp. Defaults to 30 days ago when omitted.
tostring 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.