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.
Authorizations
Telnyx API key supplied as Authorization: Bearer <token>. In production, auth may be validated by the API gateway and forwarded via Telnyx auth headers.
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.
1 <= x <= 100Opaque URL-safe Base64 cursor returned by a previous list response.
Filter recipients by status.
queued, sending, sent, deferred, delivered, bounced, failed, gw_reject, cancelled Filter recipients by address kind.
to, cc, bcc