# `bird billing plans get`

## Usage

```bash
bird billing plans get <plan-id> [flags]
```

## Description

Read one billing plan by id — its tier, list price, and the resource limits (quotas) it enforces. Use it after billing_plans_list to confirm a specific plan's price and allowances. Public: needs no authentication.

## Examples

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

## Options

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

## Related

| Name                                                                | Description        |
| ------------------------------------------------------------------- | ------------------ |
| [`bird billing plans list`](/docs/cli/reference/billing-plans-list) | List billing plans |