# `bird voice get`

## Usage

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

## Description

Fetch one call by id, at any point in its lifecycle. A call still ringing or connected carries no economics yet: `duration_ms`, `billable_ms`, `ended_at`, and `cost` are null until it ends, and this same id then answers with the settled record. Poll here to watch one known call; use voice_list to find calls in the first place. When a call was refused, `rejection_reason` names the gate that turned it away.

## Procedure

Step 2 of 8 of "Watch voice calls and find out why one was refused". Previous: bird voice list. Next: bird voice stats summary.

## Examples

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

## Options

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

## Related

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