List recipients for an email message
Lists per-recipient delivery states for a single message with cursor pagination. Each recipient has an independent status, billable flag, and lifecycle timestamps. BCC recipient addresses are redacted (returned as null) to protect BCC privacy. Default page size is 25, maximum is 100.
Path parameters
Email message UUID.
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.
Filter recipients by status.
Filter recipients by address kind.
Response
Paginated list of recipients.
Changes
Changed in 3 of the 99 revisions of this API.63
- ●
added the new
expiredenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
injection_timeoutenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
expiredto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
injection_timeoutto thequeryrequest parameterstatusrequest-parameter-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
10011enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
10011enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_graduation_limit_exceededenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_graduation_limit_exceededenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○
Of the 99 revisions, 1 has no diff computed.