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

## Changes

- **2021-01-22** `1d054e88f757` — 1 info
  - removed `#/components/schemas/NodePoolStatusOracle` from the `nodePools/additionalProperties/` response property `oneOf` list for the response status `200`
- **2020-05-08** `506addd914c0` — 1 warning, 2 info
  - removed the optional property `nodePools/additionalProperties/oneOf[#/components/schemas/NodePoolStatusVSphere]/vpcu` from the response with the `200` status
  - added the optional property `nodePools/additionalProperties/oneOf[#/components/schemas/NodePoolStatusVSphere]/template` to the response with the `200` status
  - added the optional property `nodePools/additionalProperties/oneOf[#/components/schemas/NodePoolStatusVSphere]/vcpu` to the response with the `200` status
- **2020-05-05** `316119f4ae09` — 1 breaking
  - added `#/components/schemas/NodePoolStatusVSphere` to the `nodePools/additionalProperties/` response property `oneOf` list for the response status `200`
- **2020-05-01** `ad0c28b75acd` — 1 info
  - added the optional property `oidc` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/banzaicloud/apis/pipeline-api/changes/api/v1/orgs/:orgId/clusters/:id/get.md)

---

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