# List

> List schema definitions.

List schema definitions.

Authentication Required: `Yes`

```bash
ugs schema-registry list [options]
```

## Options

|                 | Alias             | Description                                                        |
| --------------- | ----------------- | ------------------------------------------------------------------ |
| organization-id | --organization-id | The Unity cloud org ID. Required if --unity-types is not true.     |
| project-id      | -p, --project-id  | The Unity cloud project ID. Required if --unity-types is not true. |
| unity-types     | --unity-types     | If true, return unity types.                                       |
| tags            | --tags            | A list of comma-separated tags to filter schemas by.               |
| limit           | --limit           | The number of schemas to return.                                   |
| next            | --next            | A token to get the next page.                                      |
| help            | -?, -h, --help    | Display help and usage information.                                |
| quiet           | -q, --quiet       | Reduce logging to a minimum.                                       |
| json            | -j, --json        | Use JSON as the output format.                                     |
