# `bird email ip-pools get`

## Usage

```bash
bird email ip-pools get <ip-pool-id> [flags]
```

## Description

Fetch one IP pool by id with its assigned dedicated IPs. Use the reserved id `ipp_shared` for the shared pool. Read-only view.

## Examples

```bash
bird email ip-pools get <id>
bird email ip-pools get <id> -f text
# find an id to pass
bird email ip-pools list
```

## Options

| Name                | Description                                      |
| ------------------- | ------------------------------------------------ |
| `--response-schema` | Print the fields this command returns, then exit |

## Related

| Name                                                                      | Description       |
| ------------------------------------------------------------------------- | ----------------- |
| [`bird email ip-pools create`](/docs/cli/reference/email-ip-pools-create) | Create an IP pool |
| [`bird email ip-pools delete`](/docs/cli/reference/email-ip-pools-delete) | Delete an IP pool |
| [`bird email ip-pools list`](/docs/cli/reference/email-ip-pools-list)     | List IP pools     |
| [`bird email ip-pools update`](/docs/cli/reference/email-ip-pools-update) | Update an IP pool |