---
title: "List clusters"
method: GET
path: "/v2/cluster"
tags: ["Clusters"]
---

# List clusters

`GET /v2/cluster`

Returns all clusters associated with the authenticated user's organization

## Response `200`

Returns a list of clusters

- Cluster[]
  - `id` string, uuid, required
  - `last_sync` string, date-time, nullable
  - `metadata` unknown
  - `name` string, required
  - `status` string, required

## Other responses

- `500` — Failed to fetch clusters from database

---

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