# `bird email competitive watchlist brands campaigns get`

## Usage

```bash
bird email competitive watchlist brands campaigns get <watchlist-brand-id> <campaign-id> [flags]
```

## Description

Takes a watchlist\_brand\_id and a campaign\_id from
`bird email competitive watchlist brands campaigns list`. campaign\_id is text to
preserve its digits. Returns the campaign's figures and nullable creative URL;
a campaign outside that watched brand returns not found.

API-key calls require Insights preview access for your organization.

## Examples

```bash
bird email competitive watchlist brands campaigns get <watchlist-brand-id> <campaign-id>
bird email competitive watchlist brands campaigns get <watchlist-brand-id> <campaign-id> -f text
# the id to pass comes from
bird email competitive watchlist brands campaigns list <watchlist-brand-id>
```

## Options

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

## Related

| Name                                                                                                                              | Description                            |
| --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| [`bird email competitive watchlist brands campaigns list`](/docs/cli/reference/email-competitive-watchlist-brands-campaigns-list) | Get the campaigns a watched brand sent |

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