# `bird voice numbers get`

## Usage

```bash
bird voice numbers get <number-id> [flags]
```

## Description

Fetch one phone number the workspace can use for voice by id: where its calls go, whether it may be presented on an outbound call, and where it came from. Use `bird voice numbers list` to find the id.

## Examples

```bash
bird voice numbers get <number-id>
bird voice numbers get <number-id> -f text
# the id to pass comes from
bird voice numbers list
```

## Options

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

## Related

| Name                                                                    | Description                                               |
| ----------------------------------------------------------------------- | --------------------------------------------------------- |
| [`bird voice numbers list`](/docs/cli/reference/voice-numbers-list)     | List the numbers you can use for voice                    |
| [`bird voice numbers update`](/docs/cli/reference/voice-numbers-update) | Update what a voice number does with a call, or its label |