---
title: "Get the nodes for a cluster"
method: GET
path: "/nodes"
tags: ["cluster-info"]
---

# Get the nodes for a cluster

`GET /nodes`

Get nodes for a Yugabyte cluster

## Response `200`

Cluster nodes response

- object
  - `data` NodeData[], required
    - `name` string, required
    - `is_node_up` boolean, required
    - `is_master` boolean, required
    - `is_tserver` boolean, required
    - `metrics` object, required
      - `memory_used_bytes` integer, required
      - `total_sst_file_size_bytes` integer, nullable, required
      - `uncompressed_sst_file_size_bytes` integer, nullable, required
      - `read_ops_per_sec` number, double, required
      - `write_ops_per_sec` number, double, required
    - `cloud_info` object, required
      - `cloud` string
      - `region` string, required
      - `zone` string, required
    - `software_version` string, required

## Other responses

- `400` — API Error
- `500` — API Error

## Changes

- **2022-08-29** `f8f0303db4f2` — 2 info
  - added the optional property `data/items/cloud_info/cloud` to the response with the `200` status
  - added the required property `data/items/software_version` to the response with the `200` status
- **2022-06-13** `7856cb3301b2` — 16 breaking, 2 warning
  - removed the required property `data/items/host` from the response with the `200` status
  - removed the required property `data/items/is_bootstrapping` from the response with the `200` status
  - removed the required property `data/items/is_master_up` from the response with the `200` status
  - removed the required property `data/items/is_read_replica` from the response with the `200` status
  - …14 more

[Change history](https://skmtc.dev/yugabyte/apis/yugabyte-cloud/changes/nodes/get.md)

---

[API](https://skmtc.dev/yugabyte/apis/yugabyte-cloud.md) · [All operations](https://skmtc.dev/yugabyte/apis/yugabyte-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yugabyte/yugabyte-cloud/revisions/237b718158ec/schema)
