# `bird billing plans list`

## Usage

```bash
bird billing plans list [flags]
```

## Description

List every Bird billing plan with its tier, list price, and the resource limits (quotas) it enforces. Use this to answer what a plan costs and what volume or limits it allows — ground pricing and plan-limit answers in what this returns rather than stating a figure from memory. Public: needs no authentication.

## Examples

```bash
bird billing plans list
```

## Options

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

## Related

| Name                                                              | Description        |
| ----------------------------------------------------------------- | ------------------ |
| [`bird billing plans get`](/docs/cli/reference/billing-plans-get) | Get a billing plan |