# `bird email broadcasts counts`

## Usage

```bash
bird email broadcasts counts <broadcast-id> [flags]
```

## Description

Preview how many contacts a broadcast will actually reach before sending: `total` contacts in the audience, `addressable` of those with an email address, and `sendable` of those not suppressed for the broadcast's category. The broadcast must already have an audience selected.

## Examples

```bash
bird email broadcasts counts <broadcast-id>
bird email broadcasts counts <broadcast-id> -f text
# find an id to pass
bird email broadcasts list
```

## Options

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

## Related

| Name                                                                                            | Description                           |
| ----------------------------------------------------------------------------------------------- | ------------------------------------- |
| [`bird email broadcasts cancel`](/docs/cli/reference/email-broadcasts-cancel)                   | Cancel a broadcast                    |
| [`bird email broadcasts create`](/docs/cli/reference/email-broadcasts-create)                   | Create a broadcast                    |
| [`bird email broadcasts delete`](/docs/cli/reference/email-broadcasts-delete)                   | Delete a broadcast                    |
| [`bird email broadcasts get`](/docs/cli/reference/email-broadcasts-get)                         | Get a broadcast                       |
| [`bird email broadcasts list`](/docs/cli/reference/email-broadcasts-list)                       | List broadcasts                       |
| [`bird email broadcasts list-events`](/docs/cli/reference/email-broadcasts-list-events)         | List events for a broadcast           |
| [`bird email broadcasts list-recipients`](/docs/cli/reference/email-broadcasts-list-recipients) | List recipients of a broadcast        |
| [`bird email broadcasts send`](/docs/cli/reference/email-broadcasts-send)                       | Send a broadcast                      |
| [`bird email broadcasts update`](/docs/cli/reference/email-broadcasts-update)                   | Update a draft or scheduled broadcast |