---
title: "Get All Deployments of a Cluster Group"
method: GET
path: "/api/v1/orgs/{orgid}/clustergroups/{clusterGroupId}/deployments"
tags: ["clustergroup deployments"]
---

# Get All Deployments of a Cluster Group

`GET /api/v1/orgs/{orgid}/clustergroups/{clusterGroupId}/deployments`

retrieve all deployments from a cluster group

## Path parameters

- `orgId` integer, required
- `clusterGroupId` integer, required

## Response `200`

OK

- DeploymentListDeploymentResponse[]
  - `chart` string
  - `chartName` string
  - `chartVersion` string
  - `createdAt` string
  - `namespace` string
  - `releaseName` string
  - `updatedAt` string
  - `version` integer

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