# List Versions

> List versions of a given schema definition.

List versions of a given schema definitions.

Authentication Required: `Yes`

```bash
ugs schema-registry version list <schema-name> [options]
```

## Arguments

`<schema-name>` The name of the schema to list versions for.

## 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.                                     |
