---
title: "Get the list of the cloud provider accounts currently setup in a project identified by project UUID"
method: GET
path: "/v4/{projectId}/cloudProviders"
tags: ["Cloud Provider"]
---

# Get the list of the cloud provider accounts currently setup in a project identified by project UUID

`GET /v4/{projectId}/cloudProviders`

## Path parameters

- `projectId` string, required

## Headers

- `X-Auth-Token` string, required

## Response `200`

OK

- Cloudprovider[]
  - `name` string — Name of the cloud provider account
  - `uuid` string — UUID of the cloud provider account
  - `type` string — Type of the cloud provider account
  - `nodePoolUuid` string — UUID of the associated node pool

## 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)
