# `bird email domains get`

## Usage

```bash
bird email domains get <domain-id> [flags]
```

## Description

Fetch one sending domain: verification status and the DNS records with their individual verification states.

## Examples

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

## Options

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

## Related

| Name                                                                    | Description                                                        |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [`bird email domains create`](/docs/cli/reference/email-domains-create) | Register a sending domain and return the DNS records to configure. |
| [`bird email domains delete`](/docs/cli/reference/email-domains-delete) | Delete a sending domain                                            |
| [`bird email domains list`](/docs/cli/reference/email-domains-list)     | List sending domains                                               |
| [`bird email domains update`](/docs/cli/reference/email-domains-update) | Update a sending domain's tracking settings and tracking domain.   |
| [`bird email domains verify`](/docs/cli/reference/email-domains-verify) | Trigger domain verification                                        |