---
title: "Get Cluster"
method: GET
path: "/cluster"
tags: ["Cluster"]
---

# Get Cluster

`GET /cluster`

Get cluster details with information about RAFT nodes too

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseGithubComAlchemillahqSylveInternalInterfacesServicesClusterClusterDetails
  - `data` GithubComAlchemillahqSylveInternalInterfacesServicesClusterClusterDetails
    - `cluster` GithubComAlchemillahqSylveInternalDbModelsClusterCluster
      - `enabled` boolean
      - `id` integer
      - `key` string
      - `raftBootstrap` boolean
      - `raftIP` string
      - `raftPort` integer
    - `leaderAddress` string
    - `leaderId` string
    - `nodeId` string
    - `nodes` GithubComAlchemillahqSylveInternalInterfacesServicesClusterRaftNode[]
      - `address` string
      - `guestIDs` integer[]
      - `id` string
      - `isLeader` boolean
      - `suffrage` string
    - `partial` boolean
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/versions/950e51f8af98/schema)
