# `bird whatsapp keyword-rules list`

## Usage

```bash
bird whatsapp keyword-rules list [flags]
```

## Description

List the keyword rules that apply to inbound WhatsApp messages, most specific first. Filter by `country`, `waba`, `operation`, or `scope`. Opt-out and opt-in work with no setup, so this returns Bird's own rules even before the workspace has configured anything.

## Examples

```bash
bird whatsapp keyword-rules list
```

## Options

| Name                | Description                                                                                                                                                                                                                                                                                       |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--country`         | Keep only rules that apply to someone messaging from this country, as an ISO 3166-1 alpha-2 code. Omit for every rule, whichever country it covers.                                                                                                                                               |
| `--operation`       | Keep only rules for this operation. Omit for all of them. Open on the same terms as the response, so an operation Bird gains later can be filtered for without a client update; one Bird does not answer matches nothing rather than failing. Known values: opt\_in, opt\_out (others may exist). |
| `--response-schema` | Print the fields this command returns, then exit                                                                                                                                                                                                                                                  |
| `--scope`           | Keep only Bird's own rules (system) or only the rules you created (workspace). Omit for both. Possible values: system, workspace.                                                                                                                                                                 |
| `--waba`            | Keep only the rules that apply to this WhatsApp Business Account of yours, identified by its WhatsApp-issued account ID or by the waa\_ ID Bird gives it. Either form finds the same rules.                                                                                                       |

## Related

| Name                                                                                      | Description                    |
| ----------------------------------------------------------------------------------------- | ------------------------------ |
| [`bird whatsapp keyword-rules create`](/docs/cli/reference/whatsapp-keyword-rules-create) | Create a WhatsApp keyword rule |
| [`bird whatsapp keyword-rules delete`](/docs/cli/reference/whatsapp-keyword-rules-delete) | Delete a WhatsApp keyword rule |
| [`bird whatsapp keyword-rules get`](/docs/cli/reference/whatsapp-keyword-rules-get)       | Get a WhatsApp keyword rule    |
| [`bird whatsapp keyword-rules update`](/docs/cli/reference/whatsapp-keyword-rules-update) | Update a WhatsApp keyword rule |

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