---
title: "Get Cluster"
method: GET
path: "/api/admin/inventory/clusters/{cluster_id}"
tags: ["admin-inventory"]
---

# Get Cluster

`GET /api/admin/inventory/clusters/{cluster_id}`

One cluster with the nodes assigned to it and their windows.

## Path parameters

- `cluster_id` string, required

## Response `200`

Successful Response

- GenericResponseInventoryClusterDetail
  - `data` InventoryClusterDetail — A cluster with the nodes assigned to it and their windows.
    - `id` string, required
    - `name` string, required
    - `slug` string, nullable
    - `internalSlug` string, nullable
    - `displayName` string, nullable
    - `status` string, required
    - `vaultSshCaEnabled` boolean, required
    - `platformClusterId` string, nullable
    - `assignmentCount` integer
    - `playbooksSyncState` string, nullable
    - `playbooksPrNumber` integer, nullable
    - `playbooksPrUrl` string, nullable
    - `playbooksSyncedAt` string, nullable
    - `siteSlug` string, nullable
    - `tenantSlug` string, nullable
    - `assignments` InventoryAssignmentSummary[]
      - `id` string, required
      - `nodeId` string, required
      - `nodeName` string, required
      - `clusterId` string, required
      - `clusterName` string, required
      - `clusterSlug` string, nullable
      - `status` string, required
      - `type` string, required
      - `isController` boolean
      - `startDate` string, date-time, nullable
      - `endDate` string, date-time, nullable
  - `status` string, nullable — Response status

## Other responses

- `401` — Authorization failed
- `403` — Insufficient permissions
- `422` — Invalid request data

## Changes

- **2026-09-04** `cf5a8be325a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/primeintellect/apis/pi-api/changes/api/admin/inventory/clusters/:cluster_id/get.md)

---

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