# `bird email inbound-messages attachments`

## Usage

```bash
bird email inbound-messages attachments <inbound-message-id> [flags]
```

## Description

List attachment metadata for a received email. Fetch bytes per attachment with the attachment endpoint.

## Examples

```bash
bird email inbound-messages attachments <id>
bird email inbound-messages attachments <id> -f text
# find an id to pass
bird email inbound-messages list
```

## Options

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

## Related

| Name                                                                                              | Description                             |
| ------------------------------------------------------------------------------------------------- | --------------------------------------- |
| [`bird email inbound-messages attachment`](/docs/cli/reference/email-inbound-messages-attachment) | Download a received email's attachment  |
| [`bird email inbound-messages body`](/docs/cli/reference/email-inbound-messages-body)             | Get a received email's body             |
| [`bird email inbound-messages get`](/docs/cli/reference/email-inbound-messages-get)               | Get a received email                    |
| [`bird email inbound-messages list`](/docs/cli/reference/email-inbound-messages-list)             | List received emails                    |
| [`bird email inbound-messages raw`](/docs/cli/reference/email-inbound-messages-raw)               | Download a received email's raw content |