# `bird trust gates list`

## Usage

```bash
bird trust gates list [flags]
```

## Description

Every trust requirement your organization must satisfy before it can acquire numbers or send, and where each one stands. Read it first when an acquisition or a registration is refused for a reason that names a gate rather than a country: `display_status` says whether the requirement is met, and `remediation.kind` says how it gets met: `hosted_verification` and `verify_flow` are yours to act on, `under_review` is a wait with nothing asked of you. `remediation` is null once a requirement is verified.

## Examples

```bash
bird trust gates list
```

## Options

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

## Related

| Name                                                          | Description               |
| ------------------------------------------------------------- | ------------------------- |
| [`bird trust gates get`](/docs/cli/reference/trust-gates-get) | Get one trust requirement |