# `bird email threads get`

## Usage

```bash
bird email threads get <thread-id> [flags]
```

## Description

Get one conversation: participants, counts, labels, read state. Fetch its messages with the thread messages endpoint.

## Examples

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

## Options

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

## Related

| Name                                                                    | Description     |
| ----------------------------------------------------------------------- | --------------- |
| [`bird email threads delete`](/docs/cli/reference/email-threads-delete) | Delete a thread |
| [`bird email threads list`](/docs/cli/reference/email-threads-list)     | List threads    |
| [`bird email threads update`](/docs/cli/reference/email-threads-update) | Update a thread |