# `bird email dedicated-ips list`

## Usage

```bash
bird email dedicated-ips list [flags]
```

## Description

List the dedicated IPs available to the workspace as a cursor page, each with its status, warmup progress, and pool assignment. Read-only view shared across the organization; purchase and manage IPs through the organization endpoints.

Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.

## Examples

```bash
bird email dedicated-ips list
bird email dedicated-ips list | jq -r '.data[].id'
bird email dedicated-ips list --limit 50 --starting-after <cursor>
```

## Options

#### Pagination

| Name               | Description                                                                                                                                    |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `--ending-before`  | Cursor from the prev_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order. |
| `--limit <n>`      | Maximum number of items to return per page.                                                                                                    |
| `--order`          | Sort direction. Defaults to desc (newest/largest first).                                                                                       |
| `--sort`           | Field to sort by.                                                                                                                              |
| `--starting-after` | Cursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order.  |

#### Filters

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

## Related

| Name                                                                                | Description                   |
| ----------------------------------------------------------------------------------- | ----------------------------- |
| [`bird email dedicated-ips assign`](/docs/cli/reference/email-dedicated-ips-assign) | Move a dedicated IP to a pool |
| [`bird email dedicated-ips create`](/docs/cli/reference/email-dedicated-ips-create) | Purchase a dedicated IP       |
| [`bird email dedicated-ips delete`](/docs/cli/reference/email-dedicated-ips-delete) | Cancel a dedicated IP         |
| [`bird email dedicated-ips get`](/docs/cli/reference/email-dedicated-ips-get)       | Get a dedicated IP            |