---
title: "Get details of all node pools"
method: GET
path: "/v4/{projectId}/nodePools"
tags: ["Node pool"]
---

# Get details of all node pools

`GET /v4/{projectId}/nodePools`

## Path parameters

- `projectId` string, required

## Headers

- `X-Auth-Token` string, required

## Response `200`

OK

- Nodepool[]
  - `name` string — Name of the node pool
  - `uuid` string — UUID of the node pool
  - `cloudProviderUuid` string — UUID of the associated cloud provider
  - `cloudProviderName` string — Name of the associated cloud provider

## Other responses

- `403` — unauthorized to perform this operation

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
