List account email events
Lists account-level email events sorted oldest first by occurred_at asc, id asc.
Query parameters
Number of results to return. Defaults to 25; maximum is 100. Invalid values are clamped to the valid range.
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.
Filter events for a specific email message UUID. Invalid UUID values are silently ignored (no filter applied).
Inclusive ISO 8601 start timestamp. Defaults to 30 days ago when omitted.
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_exceededenum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
recipient_suppressedenum value to theerrors/items/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
reputation_suspendedenum value to theerrors/items/coderesponse property for the response status401response-property-enum-value-added
- ○
added the optional property
suppressedto the response with the401statusresponse-optional-property-added
- ●
- ●
added the new
10027enum value to theerrors/items/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
10036enum value to theerrors/items/coderesponse property for the response status401response-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
- ▲