# Get Version

> Get a version of a given schema definition.

Get a version of a given schema definition.

Authentication Required: `Yes`

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

## Arguments

`<schema-name>` The name of the schema to get a version of.
`<version>` The version to get.

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