# `bird numbers orders`

## Usage

```bash
bird numbers orders
```

## Description

An order records one purchase attempt and survives it, so a number that took a
carrier round-trip is still traceable after the fact, and a failure says what went
wrong rather than vanishing.

Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request.

## Commands

| Name                                                  | Description             |
| ----------------------------------------------------- | ----------------------- |
| [`create`](/docs/cli/reference/numbers-orders-create) | Create a number order   |
| [`get`](/docs/cli/reference/numbers-orders-get)       | Get a number order      |
| [`list`](/docs/cli/reference/numbers-orders-list)     | List your number orders |