---
title: "Get cluster status"
method: GET
path: "/api/v1/orgs/{orgId}/clusters/{id}"
tags: ["clusters"]
---

# Get cluster status

`GET /api/v1/orgs/{orgId}/clusters/{id}`

Getting cluster status

## Path parameters

- `orgId` integer, required
- `id` integer, required

## Response `200`

Getting cluster succeeded

- GetClusterStatusResponse
  - `status` string
  - `statusMessage` string
  - `name` string
  - `cloud` string
  - `distribution` string
  - `version` string
  - `spot` boolean
  - `location` string
  - `id` integer
  - `logging` boolean
  - `monitoring` boolean
  - `securityscan` boolean
  - `createdAt` string
  - `startedAt` string
  - `creatorName` string
  - `creatorId` integer
  - `region` string
  - `oidc` OIDCConfig
    - `enabled` boolean
    - `idpUrl` string
    - `clientId` string
    - `clientSecret` string
  - `nodePools` object
  - `totalSummary` ResourceSummary
    - `cpu` Resource
      - `capacity` string
      - `allocatable` string
      - `limit` string
      - `request` string
    - `memory` Resource
      - `capacity` string
      - `allocatable` string
      - `limit` string
      - `request` string
    - `status` string

## Other responses

- `default` — Internal server error

---

[API](https://skmtc.net/banzaicloud/apis/pipeline-api.md) · [All operations](https://skmtc.net/banzaicloud/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banzaicloud/pipeline-api/versions/a2e35c430378/schema)
