# `bird voice caller-ids get`

## Usage

```bash
bird voice caller-ids get <caller-id> [flags]
```

## Description

Fetch one caller ID by id, with its verification status. Use voice_caller_ids_list to find the id.

## Examples

```bash
bird voice caller-ids get <caller-id>
bird voice caller-ids get <caller-id> -f text
# find an id to pass
bird voice caller-ids list
```

## Options

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

## Related

| Name                                                                      | Description     |
| ------------------------------------------------------------------------- | --------------- |
| [`bird voice caller-ids list`](/docs/cli/reference/voice-caller-ids-list) | List caller IDs |