# diagrid region group get

Show details for a region group

```
diagrid region group get <group-id> [flags]
```

### Examples

```

  # Get a region group
  diagrid region group get my-group

  # Get a region group in json format, including per-region status
  diagrid region group get my-group --output json

```

### Options

```
  -o, --output string   Output format, supported [table, yaml, json] (default "table")
  -h, --help            help for get
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid region group](./group.md)	 - Manage region groups
