# `bird amb list-events`

## Usage

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

## Description

Reads the processing events for a message in your workspace. Use the events to inspect rejections and gateway failures before deciding whether to submit another message.

## Examples

```bash
bird amb 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 amb.sent or amb.send\_failed). Omit for the full timeline. Known values: amb.accepted, amb.sent, amb.send\_failed, amb.rejected, amb.received (others may exist). |

## Related

| Name                                            | Description                             |
| ----------------------------------------------- | --------------------------------------- |
| [`bird amb get`](/docs/cli/reference/amb-get)   | Get a message                           |
| [`bird amb list`](/docs/cli/reference/amb-list) | List messages                           |
| [`bird amb send`](/docs/cli/reference/amb-send) | Reply to an Apple Messages conversation |

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