> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skyhook.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Skyhook cluster get

## skyhook cluster get

Show details for a single cluster

### Synopsis

Show details for a single Kubernetes cluster connected to your organization.

Displays the same fields as 'cluster list' plus cloud project/account, agent
API key (redacted), and any other metadata returned by the Skyhook API.

```
skyhook cluster get <cluster-name> [flags]
```

### Examples

```
  skyhook cluster get my-cluster
  skyhook cluster get my-cluster --json
```

### Options

```
  -h, --help   help for get
      --json   Output as JSON
```

### Options inherited from parent commands

```
      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output
```

### SEE ALSO

* [skyhook cluster](/cli-reference/skyhook_cluster)	 - Manage Kubernetes clusters
