---
title: "Retrieve existing clusters"
method: GET
path: "/cluster"
tags: ["cluster"]
---

# Retrieve existing clusters

`GET /cluster`

## Response `200`

Cluster listing

- Cluster[]
  - `id` integer
  - `name` string, required
  - `data_centers` DataCenter[], required
    - `id` integer
    - `name` string, required
    - `nodes` Node[], required
      - `id` integer
      - `name` string, required
      - `cassandra_version` string
    - `cassandra_version` string
  - `cassandra_version` string

## Changes

- **2017-04-21** `ce1bef505fa2` — 1 info
  - removed the non-success response with the status `400`

[Change history](https://skmtc.dev/datastax/apis/simulacron-rest-api/changes/cluster/get.md)

---

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