Skip to main content
GET
List clusters
Use this endpoint to enumerate every CKS cluster the caller has access to. Results span all Availability Zones.
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Query Parameters

returnPartialSuccess
boolean

Setting this field to true will opt the request into returning the clusters in reachable zones and will populate unreachable zones in the [ListClustersResponse.unreachable] field. This can only be set to true if the request is made to the global endpoint.

Response

OK

items
object[]

The list of clusters.

unreachable
string[]

Unreachable zones. Populated when the request opts into return_partial_success and ListClustersRequest is made to the global endpoint.

Last modified on July 13, 2026