# `bird email inbox-insights domains list`

## Usage

```bash
bird email inbox-insights domains list [flags]
```

## Description

List verified sending domains owned by the workspace and their monitoring settings.
Follow next\_cursor with starting\_after, keeping filters and ordering. A monitored
value records the workspace setting; it does not establish that vendor measurements exist.

API-key calls require Insights preview access for your organization.

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

## Examples

```bash
bird email inbox-insights domains list
bird email inbox-insights domains list | jq -r '.data[].domain'
bird email inbox-insights domains list --limit 50 --starting-after <cursor>
```

## Options

#### Pagination

| Name               | Description                                                                                                                                                                                                                                                                                                                                             |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--ending-before`  | Cursor from the prev\_cursor or refresh\_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order. prev\_cursor returns the preceding page. refresh\_cursor anchors at the first row of that response, which on a newest-first sort is how to fetch the items that have appeared since. |
| `--limit <n>`      | Maximum number of items to return per page.                                                                                                                                                                                                                                                                                                             |
| `--order`          | Sort direction. Defaults to asc, which sorts alphabetically or from oldest to newest, depending on the selected sort field. Possible values: asc, desc.                                                                                                                                                                                                 |
| `--sort`           | Field to sort by. Defaults to domain. Possible values: domain.                                                                                                                                                                                                                                                                                          |
| `--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               |
| `--search`          | Substring match against the sending domain (case-insensitive). |
| `--sending-domain`  | Exact sending domain to return. Matching is case-insensitive.  |

## Related

| Name                                                                                                  | Description                                          |
| ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [`bird email inbox-insights domains update`](/docs/cli/reference/email-inbox-insights-domains-update) | Switch Inbox Insights on or off for a sending domain |

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
