# diagrid region get

Show details for a region

### Description

Get a region where projects can be created

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

### Examples

```

  # Get region
  diagrid region get <region-id> 
  
  # Get region in json format
  diagrid region get <region-id> --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](./region.md)	 - Manage regions
