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.

string
OR
string[]

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.

Changes

Changed in 5 of the 61 revisions of this API.152

    • added the new daily_limit_exceeded enum value to the data/items/type response property for the response status 200

      response-property-enum-value-added

  • 2fb3b617430a21See the full diff
    • added the new recipient_suppressed enum value to the errors/items/code response property for the response status 401

      response-property-enum-value-added

    • added the new reputation_suspended enum value to the errors/items/code response property for the response status 401

      response-property-enum-value-added

    • added the optional property suppressed to the response with the 401 status

      response-optional-property-added

    • added the new 10027 enum value to the errors/items/code response property for the response status 401

      response-property-enum-value-added

    • added the new 10036 enum value to the errors/items/code response property for the response status 401

      response-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 111 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog