# `bird sms suppressions get`

## Usage

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

## Description

Read one SMS suppression: the sender and subscriber it covers, why messages are stopped, what it blocks, and whether it is still in force. To check whether you may message someone, filter `bird sms suppressions list` by their number instead.

## Examples

```bash
bird sms suppressions get <suppression-id>
bird sms suppressions get <suppression-id> -f text
# find an id to pass
bird sms suppressions list
```

## Options

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

## Related

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