# `bird email threads messages attachments`

## Usage

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

## Description

List the attachments on a conversation message. Bytes are downloadable for 30 days; the metadata also rides the message's attachment_manifest durably.

## Examples

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

## Options

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

## Related

| Name                                                                                              | Description                                      |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [`bird email threads messages attachment`](/docs/cli/reference/email-threads-messages-attachment) | Download an attachment from a thread message     |
| [`bird email threads messages body`](/docs/cli/reference/email-threads-messages-body)             | Get a thread message's original body             |
| [`bird email threads messages get`](/docs/cli/reference/email-threads-messages-get)               | Get a message in a thread                        |
| [`bird email threads messages list`](/docs/cli/reference/email-threads-messages-list)             | List messages in a thread                        |
| [`bird email threads messages raw`](/docs/cli/reference/email-threads-messages-raw)               | Download a thread message's raw RFC 5322 content |
| [`bird email threads messages reply`](/docs/cli/reference/email-threads-messages-reply)           | Reply to a thread message                        |