---
title: "GET /v2/email/suppression/addresses"
method: GET
path: "/v2/email/suppression/addresses"
---

# GET /v2/email/suppression/addresses

`GET /v2/email/suppression/addresses`

Retrieves a list of email addresses that are on the suppression list for your account.

## Query parameters

- `Reason` SuppressionListReason[]
- `StartDate` string, date-time
- `EndDate` string, date-time
- `NextToken` string
- `PageSize` integer

## Response `200`

Success

- ListSuppressedDestinationsResponse — A list of suppressed email addresses.
  - `SuppressedDestinationSummaries` SuppressedDestinationSummary[] — A list of summaries, each containing a summary for a suppressed email destination.
    - `EmailAddress` string, required — The email address that's on the suppression list for your account.
    - `Reason` 'BOUNCE' | 'COMPLAINT', required — The reason that the address was added to the suppression list for your account.
    - `LastUpdateTime` string, date-time, required — The date and time when the suppressed destination was last updated, shown in Unix time format.
  - `NextToken` string — A token that indicates that there are additional email addresses on the suppression list for your account. To view additional suppressed addresses, issue another request to <code>ListSuppressedDestinations</code>, and pass this token in the <code>NextToken</code> parameter.

## Other responses

- `480` — BadRequestException
- `481` — TooManyRequestsException
- `482` — InvalidNextTokenException

---

[API](https://skmtc.net/aws/apis/sesv2.md) · [All operations](https://skmtc.net/aws/apis/sesv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sesv2/versions/25eba06e7f64/schema)
