# `bird voice numbers list`

## Usage

```bash
bird voice numbers list [flags]
```

## Description

List every phone number the workspace can use for voice, as a cursor page ordered by number. Each entry is one phone number, with where its calls go and whether it may be presented on an outbound call.

Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.

## Procedure

Step 9 of 9 of "Watch voice calls and find out why one was refused". Previous: bird voice destinations list.

## Examples

```bash
bird voice numbers list
bird voice numbers list | jq -r '.data[].id'
bird voice numbers list --limit 50 --starting-after <cursor>
```

## Options

#### Pagination

| Name               | Description                                                                                                                                                                                                                                                                                                                                             |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--ending-before`  | Cursor from the prev\_cursor or refresh\_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order. prev\_cursor returns the preceding page. refresh\_cursor anchors at the first row of that response, which on a newest-first sort is how to fetch the items that have appeared since. |
| `--limit <n>`      | Maximum number of items to return per page.                                                                                                                                                                                                                                                                                                             |
| `--starting-after` | Cursor from the next\_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order.                                                                                                                                                                                                          |

#### Filters

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

## Related

| Name                                                                    | Description                                               |
| ----------------------------------------------------------------------- | --------------------------------------------------------- |
| [`bird voice numbers get`](/docs/cli/reference/voice-numbers-get)       | Get a voice number                                        |
| [`bird voice numbers update`](/docs/cli/reference/voice-numbers-update) | Update what a voice number does with a call, or its label |