# `bird sms tfn verifications get`

## Usage

```bash
bird sms tfn verifications get <verification-id> [flags]
```

## Description

Reads one verification: the state it is in, the sender it licenses, and what the carrier said about it. `denial_reasons` carries the carrier's own words when it declined or asked for more. `status` is what says whether you can still edit it: `draft` and `info_requested` can, `submitted`, `under_review` and `approved` are locked. `resubmit_allowed` answers the one case status cannot, whether a `rejected` verification is still inside its resubmission window.

## Examples

```bash
bird sms tfn verifications get <verification-id>
bird sms tfn verifications get <verification-id> -f text
# the id to pass comes from
bird sms tfn verifications list
```

## Options

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

## Related

| Name                                                                                                | Description                             |
| --------------------------------------------------------------------------------------------------- | --------------------------------------- |
| [`bird sms tfn verifications cancel`](/docs/cli/reference/sms-tfn-verifications-cancel)             | Cancel a toll-free verification         |
| [`bird sms tfn verifications create`](/docs/cli/reference/sms-tfn-verifications-create)             | Create a toll-free verification         |
| [`bird sms tfn verifications list`](/docs/cli/reference/sms-tfn-verifications-list)                 | List your toll-free verifications       |
| [`bird sms tfn verifications requirements`](/docs/cli/reference/sms-tfn-verifications-requirements) | Get what a toll-free verification needs |
| [`bird sms tfn verifications update`](/docs/cli/reference/sms-tfn-verifications-update)             | Update a toll-free verification         |