# `bird voice trunks get`

## Usage

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

## Description

Fetch one SIP trunk by id: its `domain`, its `ip_acls` and `allowed_api_key_ids`, and `routing_configured`. Use voice_trunks_list to find the id.

## Procedure

Step 6 of 8 of "Watch voice calls and find out why one was refused". Previous: bird voice stats by-response-code. Next: bird voice caller-ids list.

## Examples

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

## Options

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

## Related

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