# `bird trust actions requirements`

## Usage

```bash
bird trust actions requirements <action> [flags]
```

## Description

Lists the trust requirements one action depends on (`buy_number`, `register_sender_id`, `add_sender_id` or `register_verified_number`), each with whether the organization has met it and how to resolve it if not. Read it before offering an action rather than after it refuses: a write gated this way fails with E16000 and names nothing specific, so this is what says which requirement is outstanding. Every requirement must be met before the action is permitted, and the order is a suggestion rather than a sequence. `bird trust gates verification create` starts a verification against a named requirement, which a one-time code or a provider-hosted link then settles.

## Examples

```bash
bird trust actions requirements <action>
bird trust actions requirements <action> -f text
```

## Options

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