> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get

> Retrieves and displays the router compatibility version that has been set for a specific monograph.

## Requirements

| Package           | Minimum version                                                          |
| ----------------- | ------------------------------------------------------------------------ |
| [wgc](/cli/intro) | [0.74.0](https://github.com/wundergraph/cosmo/releases/tag/wgc%400.74.0) |

## Usage

```bash theme={null}
npx wgc monograph version get <name>
```

## Description

The `wgc monograph version get` command retrieves and displays the router compatibility version that has been set for a specific monograph.

## Output

The router compatibility version that has been set for the monograph.

## Example

```bash theme={null}
> npx wgc monograph version get mygraph -n prod
┌────────────┬───────────┬─────────┐
│ GRAPH NAME │ NAMESPACE │ VERSION │
├────────────┼───────────┼─────────┤
│ mygraph    │ prod      │ 1       │
└────────────┴───────────┴─────────┘
```
