Suppressions
List Suppressed Recipients
List the recipients your workspace cannot currently reach.
GET
List Suppressed Recipients
List Suppressed Recipients
Lists every recipient your workspace is currently blocked from mailing, newest suppression first. Suppressed recipients are silently skipped by campaigns, sequences, and transactional sends, so this is the first place to look when someone reports missing email. Global rows are returned only when the address is already associated with your workspace through recipient history; the shared platform list is never exposed. Use Get Recipient Suppression for a full check of one address that also queries Amazon SES, and Remove Recipient Suppression to clear a workspace soft-bounce escalation.Entry types
New suppressions persist their stable type inbounced_email.suppression_type.
Historical complaint sends are still included as a compatibility fallback, so
older complaint entries can report source: "email_send_complaint" while new
ones report source: "bounced_email".
suppressionType: "invalid_recipient"- the mail provider reported a destination-address failure that conclusively identifies an invalid address. Its scope isglobal, it is shown as protected to every workspace associated with the address, and it cannot be removed by a workspace.suppressionType: "unknown_hard_bounce"- the provider reported a permanent or undetermined failure, but its SMTP evidence did not prove the inbox was invalid. Its scope iscompanyand it is protected.suppressionType: "soft_bounce_escalation"- repeated delivery failures of your own sends escalated the address. Its scope iscompany, and it can be removed by an administrator for that workspace.reason: "complaint"- the recipient reported one of your emails as spam. ItssuppressionTypeiscomplaint, its scope iscompany, and it is protected:delistableisfalseand removal is refused.
Request
string
Case-insensitive substring filter on the recipient email address.
number
1-based page number. Defaults to
1.number
Entries per page. Defaults to
25, maximum 100.string
Field to order by:
suppressedAt (default), email, or status. Use
status to list the removable workspace escalations before the protected
suppressions. An unrecognized value falls back to suppressedAt instead of
failing the request - read sortBy in the response to confirm what was
applied.string
Sort direction,
asc or desc. Defaults to desc for suppressedAt and
status, asc for email.Responses
List Suppressed Recipients