Skip to main content
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 in bounced_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 is global, 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 is company and it is protected.
  • suppressionType: "soft_bounce_escalation" - repeated delivery failures of your own sends escalated the address. Its scope is company, and it can be removed by an administrator for that workspace.
  • reason: "complaint" - the recipient reported one of your emails as spam. Its suppressionType is complaint, its scope is company, and it is protected: delistable is false and removal is refused.
Only addresses that are actually blocked appear. An address partway through the repeated-failure count is still deliverable and is not listed until it escalates.

Request

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