Skip to content

List clusters

GET
/tenants/{tenant}/clusters

List all managed Kubernetes clusters belonging to the tenant. Returns cluster metadata, resource allocations, and current status for each cluster.

tenant
required
string

Tenant name

List of clusters

object
items
Array<object>
object
alerts
object
key
additional properties
createdAt
string
Example
2026-02-01T14:00:00Z
displayName
string
Example
Production Cluster
name
string
Example
production
resourceVersion
string
Example
294810
resources
object
cpu
string
Example
4
memory
string
Example
16Gi
storage
string
Example
100Gi
status
object
conditions
Array<object>
object
key
additional properties
endpoint
string
Example
https://production.acme.kupe.cloud
kubernetesVersion
string
Example
v1.32.3
metrics
object
key
additional properties
phase
string
Example
Running
type
string
Example
dedicated
version
string
Example
1.32

Invalid tenant name

object
error
string

Missing or invalid authentication

object
error
string

Not a member of this tenant

object
error
string

Rate limit exceeded

object
error
string