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

# GET /v2/email/suppression/addresses/{EmailAddress}

`GET /v2/email/suppression/addresses/{EmailAddress}`

Retrieves information about a specific email address that's on the suppression list for your account.

## Path parameters

- `EmailAddress` string, required

## Response `200`

Success

- GetSuppressedDestinationResponse — Information about the suppressed email address.
  - `SuppressedDestination` object, required — An object containing information about the suppressed email address.
    - `EmailAddress` string, required — The email address that is 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.
    - `Attributes` object — An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.
      - `MessageId` string — The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
      - `FeedbackId` string — A unique identifier that's generated when an email address is added to the suppression list for your account.

## Other responses

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

---

[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)
