# `bird email suppressions get`

## Usage

```bash
bird email suppressions get <suppression-id> [flags]
```

## Description

Fetch one suppression record by its ID: the address, why it's suppressed, how the record originated, and which categories it blocks. Use `bird email suppressions list` with `email` when you only know the address. Compare complete addresses across all cursor pages because that filter matches by prefix.

## Examples

```bash
bird email suppressions get <suppression-id>
bird email suppressions get <suppression-id> -f text
# the id to pass comes from
bird email suppressions list
```

## Options

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

## Related

| Name                                                                              | Description                 |
| --------------------------------------------------------------------------------- | --------------------------- |
| [`bird email suppressions add`](/docs/cli/reference/email-suppressions-add)       | Create an email suppression |
| [`bird email suppressions list`](/docs/cli/reference/email-suppressions-list)     | List email suppressions     |
| [`bird email suppressions remove`](/docs/cli/reference/email-suppressions-remove) | Delete an email suppression |

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