---
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
      - `dse_version` string
      - `peer_info` PeerInfo
        - `rack` string
        - `bootstrapped` string
        - `cql_version` string
        - `token` string
        - `graph` boolean
        - `protocol_versions` unknown
    - `cassandra_version` string
    - `dse_version` string
    - `peer_info` PeerInfo
      - `rack` string
      - `bootstrapped` string
      - `cql_version` string
      - `token` string
      - `graph` boolean
      - `protocol_versions` unknown
  - `cassandra_version` string
  - `dse_version` string
  - `peer_info` PeerInfo
    - `rack` string
    - `bootstrapped` string
    - `cql_version` string
    - `token` string
    - `graph` boolean
    - `protocol_versions` unknown

## Other responses

- `400` — Unexpected error

## Changes

- **2017-04-24** `f4899ceba1ed` — 1 info
  - added the non-success response with the status `400`
- **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/0a5cd5c466d5/schema)
