curl --request GET \
--url https://api.cnap.tech/v1/clusters/{id} \
--header 'Authorization: Bearer <token>'{
"id": "j572abc123def456",
"name": "production",
"workspace_id": "j572abc123def456",
"region_id": "j572abc123def456",
"kaas": {
"version": "v1.30",
"status": "RUNNING",
"status_message": null
},
"created_at": 123
}Returns detailed information about a cluster, including KaaS status if applicable.
curl --request GET \
--url https://api.cnap.tech/v1/clusters/{id} \
--header 'Authorization: Bearer <token>'{
"id": "j572abc123def456",
"name": "production",
"workspace_id": "j572abc123def456",
"region_id": "j572abc123def456",
"kaas": {
"version": "v1.30",
"status": "RUNNING",
"status_message": null
},
"created_at": 123
}Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://dash.cnap.tech/account/tokens
Cluster ID
Cluster details
"j572abc123def456"
"production"
"j572abc123def456"
"j572abc123def456"
Present if cluster is KaaS-managed
Show child attributes
Unix timestamp (seconds)