# `bird audiences get`

## Usage

```bash
bird audiences get <audience-id> [flags]
```

## Description

Get a single audience by ID: name, description, and type. Members are listed separately with `audiences.list_contacts`.

## Examples

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

## Options

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

## Related

| Name                                                                              | Description                               |
| --------------------------------------------------------------------------------- | ----------------------------------------- |
| [`bird audiences add-contacts`](/docs/cli/reference/audiences-add-contacts)       | Add contacts to a static audience.        |
| [`bird audiences create`](/docs/cli/reference/audiences-create)                   | Create an audience.                       |
| [`bird audiences delete`](/docs/cli/reference/audiences-delete)                   | Delete an audience                        |
| [`bird audiences list`](/docs/cli/reference/audiences-list)                       | List audiences                            |
| [`bird audiences list-contacts`](/docs/cli/reference/audiences-list-contacts)     | List an audience's contacts               |
| [`bird audiences remove-contact`](/docs/cli/reference/audiences-remove-contact)   | Remove a contact from an audience         |
| [`bird audiences remove-contacts`](/docs/cli/reference/audiences-remove-contacts) | Remove contacts from a static audience.   |
| [`bird audiences update`](/docs/cli/reference/audiences-update)                   | Update an audience's name or description. |