# `bird whatsapp keyword-rules get`

## Usage

```bash
bird whatsapp keyword-rules get <id> [flags]
```

## Description

Read one keyword rule, Bird's own or your workspace's. Its `scope` says which: a `workspace` rule can be changed with `bird whatsapp keyword-rules update`, one of Bird's cannot.

## Examples

```bash
bird whatsapp keyword-rules get <id>
bird whatsapp keyword-rules get <id> -f text
# the id to pass comes from
bird whatsapp keyword-rules list
```

## Options

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

## 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 list`](/docs/cli/reference/whatsapp-keyword-rules-list)     | List WhatsApp keyword rules    |
| [`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)
