---
title: "Fetch cluster"
method: GET
path: "/api/v1/clusters/{id}"
tags: ["clusters"]
---

# Fetch cluster

`GET /api/v1/clusters/{id}`

Returns a cluster by its identifier.

## Path parameters

- `id` string, uuid, required

## Response `200`

Cluster found.

- ClusterFindResponse
  - `id` string, required
  - `code` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `color` string, nullable, required
  - `active` boolean, required
  - `metadata` object, nullable, required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `400` — Path parameter is not a UUID.
- `401` — Authentication is missing, malformed, expired, or refers to a session that is no longer active.
- `403` — The caller is authenticated but lacks the required permission for this action.
- `404` — Cluster not found in the caller account.
- `500` — Unexpected server error. The response body never leaks internal details.

## Changes

- **2026-07-07** `a3b4750a505f` — 9 info
  - added the required property `active` to the response with the `200` status
  - added the required property `code` to the response with the `200` status
  - added the required property `color` to the response with the `200` status
  - added the required property `created_at` to the response with the `200` status
  - …5 more
- **2026-07-07** `84194c31ab85` — 9 breaking
  - removed the required property `active` from the response with the `200` status
  - removed the required property `code` from the response with the `200` status
  - removed the required property `color` from the response with the `200` status
  - removed the required property `created_at` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/kruzer-corp/apis/oms-api/changes/api/v1/clusters/:id/get.md)

---

[API](https://skmtc.dev/kruzer-corp/apis/oms-api.md) · [All operations](https://skmtc.dev/kruzer-corp/apis/oms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kruzer-corp/oms-api/revisions/38ef6e16a7a8/schema)
