List email messages
Lists messages sorted newest first by created_at desc, id desc. No filters other than cursor pagination are implemented. The legacy /v2/emails GET route is a backward-compatible alias for this operation.
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.
Response
Paginated list of email messages.
Example response
{
"data": [
{
"recipient_statuses": {
"bounced": 2,
"delivered": 998
}
}
]
}Changes
Changed in 5 of the 61 revisions of this API.3710
- ▲
removed the required property
data/items/inserted_atfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
data/items/send_atfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/suppressedfrom the response with the200statusresponse-optional-property-removed
- ●
added the new
daily_limit_exceededenum value to thedata/items/events/items/typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
data/items/recipient_statusesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/scheduled_atto the response with the200statusresponse-optional-property-added
- ○
added the required property
data/items/attachments/items/content_idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/attachments/items/dispositionto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/attachments/items/sha256to the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/attachments/items/size_bytesto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/attachments/items/urlto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/created_atto the response with the200statusresponse-required-property-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
- ●
- ▲
removed the required property
data/items/idempotency_keyfrom the response with the200statusresponse-required-property-removed
- ●
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
- ▲