---
title: "List Clusters"
method: GET
path: "/api/admin/inventory/clusters"
tags: ["admin-inventory"]
---

# List Clusters

`GET /api/admin/inventory/clusters`

List inventory clusters (auto-scoped to the caller's grants).

## Query parameters

- `vaultEnabled` boolean, nullable — If true, return only vault-enabled clusters; if false, only non-vault-enabled. Omit to include both.
- `search` string, nullable — Case-insensitive substring match against cluster name, slug, or id.
- `offset` integer — Number of items to skip.
- `limit` integer — Max items to return (1-100).

## Response `200`

Successful Response

- GenericPaginationResponseListInventoryClusterSummary
  - `total_count` integer — Total number of items available in the dataset
  - `offset` integer — Number of items to skip before starting to collect the result set
  - `limit` integer — Maximum number of items to return
  - `data` InventoryClusterSummary[], required
    - `id` string, required
    - `name` string, required
    - `slug` string, nullable
    - `displayName` string, nullable
    - `status` string, required
    - `vaultSshCaEnabled` boolean, required
    - `platformClusterId` string, nullable
  - `status` string, nullable — Response status

## Other responses

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

---

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