# `bird whatsapp list-events`

## Usage

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

## Description

Get one WhatsApp message's delivery timeline, oldest first: whatsapp.accepted, whatsapp.sent, whatsapp.delivered, whatsapp.read, and whatsapp.failed events, with failure detail on failed events. Not paginated; an unknown message id is a 404. Use whatsapp_get for the condensed current status.

## Examples

```bash
bird whatsapp list-events <message-id>
```

## Options

| Name                | Description                                                                                                          |
| ------------------- | -------------------------------------------------------------------------------------------------------------------- |
| `--response-schema` | Print the fields this command returns, then exit                                                                     |
| `--type`            | Keep only events of this exact type (for example whatsapp.delivered or whatsapp.failed). Omit for the full timeline. |

## Related

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