---
title: "Get a Kubernetes Cluster"
method: GET
path: "/kubernetes_clusters/{kubernetes_cluster_id}"
tags: ["Kubernetes Clusters"]
---

# Get a Kubernetes Cluster

`GET /kubernetes_clusters/{kubernetes_cluster_id}`

Retrieves detailed information about a Kubernetes cluster including its status, control plane, worker node details, and individual node information.

## Path parameters

- `kubernetes_cluster_id` string, required

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-07-21** `885dec47dd47` — 3 breaking, 4 warning
  - the response property `data/attributes/kubernetes_version` became nullable for the status `200`
  - the response property `data/attributes/location` became nullable for the status `200`
  - the response property `data/attributes/plan` became nullable for the status `200`
  - added the new `Unknown` enum value to the `data/attributes/phase` response property for the response status `200`
  - …3 more

[Change history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/kubernetes_clusters/:kubernetes_cluster_id/get.md)

---

[API](https://skmtc.dev/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.dev/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/revisions/96cc454ec029/schema)
