# `bird support-tickets list`

## Usage

```bash
bird support-tickets list [flags]
```

## Description

List support tickets

## Examples

```bash
bird support-tickets list
```

## Options

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

## Related

| Name                                                                        | Description                                                |
| --------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [`bird support-tickets create`](/docs/cli/reference/support-tickets-create) | Open a support ticket with Bird.                           |
| [`bird support-tickets get`](/docs/cli/reference/support-tickets-get)       | Get a support ticket                                       |
| [`bird support-tickets reply`](/docs/cli/reference/support-tickets-reply)   | Reply to an existing support ticket.                       |
| [`bird support-tickets viewed`](/docs/cli/reference/support-tickets-viewed) | Record that the authenticated user viewed a support ticket |