# `bird whatsapp get`

## Usage

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

## Description

Get one WhatsApp message by id: current delivery status, sent/delivered/read timestamps, the template it was sent from, and failure detail if it failed. For the per-event timeline use whatsapp_list_events.

## Examples

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

## Options

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

## Related

| Name                                                                    | Description                                        |
| ----------------------------------------------------------------------- | -------------------------------------------------- |
| [`bird whatsapp list`](/docs/cli/reference/whatsapp-list)               | List WhatsApp messages                             |
| [`bird whatsapp list-events`](/docs/cli/reference/whatsapp-list-events) | List events for a WhatsApp message                 |
| [`bird whatsapp send`](/docs/cli/reference/whatsapp-send)               | Send a WhatsApp template message to one recipient. |