# `bird sms destinations list`

## Usage

```bash
bird sms destinations list [flags]
```

## Description

List every country Bird carries SMS to, each marked with whether your workspace has enabled it and whether Bird can currently deliver there. The two are independent: enabling a country Bird does not carry does not make it sendable. The allowlist is default-deny and a workspace starts with only its organization's home country, so a send to any other country is rejected before the sender is resolved. Read this first when a send fails with SMSDestinationNotEnabled. The list is small and returned in full; it is not paginated.

## Procedure

Step 1 of 2 of "Enable the countries a workspace may send SMS to". Next: bird sms destinations update.

## Examples

```bash
bird sms destinations list
```

## Options

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

## Related

| Name                                                                          | Description                              |
| ----------------------------------------------------------------------------- | ---------------------------------------- |
| [`bird sms destinations update`](/docs/cli/reference/sms-destinations-update) | Update enabled SMS destination countries |