# `bird compliance submissions get`

## Usage

```bash
bird compliance submissions get <submission-id> [flags]
```

## Description

Read back one compliance submission: every answer you filed and where each one stands. Answers are decided independently, so some can be accepted while others are still under review or need replacing, and a rejected answer carries the reason it was refused. `satisfied` says whether the country's requirements are met. This reports answers, not requirements: to learn what a country asks for and which of it is still outstanding, read `bird compliance requirements`. Call this after `bird compliance submissions create` to see how the answers were judged, and after `bird compliance submissions resupply` to confirm the replacement landed.

## Examples

```bash
bird compliance submissions get <submission-id>
bird compliance submissions get <submission-id> -f text
```

## Options

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

## Related

| Name                                                                                          | Description                      |
| --------------------------------------------------------------------------------------------- | -------------------------------- |
| [`bird compliance submissions create`](/docs/cli/reference/compliance-submissions-create)     | Create a registration submission |
| [`bird compliance submissions resupply`](/docs/cli/reference/compliance-submissions-resupply) | Update rejected answers          |