# `bird trust gates get`

## Usage

```bash
bird trust gates get <slug> [flags]
```

## Description

One trust requirement by its slug, with the same fields the list carries. Read it to re-check a single requirement after starting its verification, rather than pulling the whole set.

## Examples

```bash
bird trust gates get <slug>
bird trust gates get <slug> -f text
# the slug to pass comes from
bird trust gates list
```

## Options

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

## Related

| Name                                                            | Description                                 |
| --------------------------------------------------------------- | ------------------------------------------- |
| [`bird trust gates list`](/docs/cli/reference/trust-gates-list) | List your organization's trust requirements |