---
title: "GET /v2/email/dedicated-ips/{IP}"
method: GET
path: "/v2/email/dedicated-ips/{IP}"
---

# GET /v2/email/dedicated-ips/{IP}

`GET /v2/email/dedicated-ips/{IP}`

Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address.

## Path parameters

- `IP` string, required — An IPv4 address.

## Response `200`

Success

- GetDedicatedIpResponse — Information about a dedicated IP address.
  - `DedicatedIp` object — An object that contains information about a dedicated IP address.
    - `Ip` string, required — An IPv4 address.
    - `WarmupStatus` 'IN_PROGRESS' | 'DONE', required — <p>The warm-up status of a dedicated IP address. The status can have one of the following values:</p> <ul> <li> <p> <code>IN_PROGRESS</code> – The IP address isn't ready to use because the dedicated IP warm-up process is ongoing.</p> </li> <li> <p> <code>DONE</code> – The dedicated IP warm-up process is complete, and the IP address is ready to use.</p> </li> </ul>
    - `WarmupPercentage` integer, required — Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use.
    - `PoolName` string — The name of the dedicated IP pool that the IP address is associated with.

## Other responses

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

---

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