---
title: "List Node Pools"
method: GET
path: "/v4/clusters/{cluster_id}/node-pools"
tags: ["Cluster"]
---

# List Node Pools

`GET /v4/clusters/{cluster_id}/node-pools`

List node pools for a given cluster

## Path parameters

- `cluster_id` string, required

## Response `200`

Successful Response

- NodePool[]
  - `name` string, required
  - `accelerators` Accelerator[], required
  - `status` string, required
  - `autoscaling` NodePoolAutoscaling — Base model for schemas.
    - `min_nodes` integer, required
    - `max_nodes` integer, required
    - `current_nodes` integer, required
  - `console_link` string, uri, required
  - `use_spot_instances` boolean
  - `num_pipelines` integer

## Other responses

- `422` — Validation Error

---

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