---
title: "List deployments"
method: GET
path: "/api/v1/orgs/{orgId}/clusters/{id}/deployments"
tags: ["deployments"]
---

# List deployments

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

Listing Helm deployments

## Path parameters

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

## Query parameters

- `tag` string

## Response `200`

Deployments listed

- ListDeploymentsResponseItem[]
  - `releaseName` string
  - `chart` string
  - `chartName` string
  - `chartVersion` string
  - `version` integer
  - `updatedAt` string
  - `status` string
  - `namespace` string
  - `createdAt` string
  - `supported` boolean

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