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

# Get All Cluster Nodes

`GET /cluster/nodes`

Get all nodes in the cluster

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalDbModelsClusterClusterNode
  - `data` GithubComAlchemillahqSylveInternalDbModelsClusterClusterNode[]
    - `api` string
    - `cpu` integer
    - `cpuUsage` number
    - `createdAt` string
    - `disk` integer
    - `diskUsage` number
    - `guestIDs` integer[]
    - `hostname` string
    - `id` integer
    - `memory` integer
    - `memoryUsage` number
    - `nodeUUID` string
    - `status` string
    - `updatedAt` string
  - `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)
