---
title: "Current Chart List of Managed Clusters"
method: GET
path: "/api/v1/orgs/{orgId}/helm/cluster-charts"
tags: ["helm"]
---

# Current Chart List of Managed Clusters

`GET /api/v1/orgs/{orgId}/helm/cluster-charts`

Get the list of Helm charts currently used for managed clusters

## Path parameters

- `orgId` integer, required

## Response `200`

- HelmChartDetailsResponse[]
  - `name` string
  - `repo` string
  - `versions` HelmChartDetailsResponseVersionsInner[]
    - `chart` HelmChartsListResponseInnerChartsInnerInner
      - `name` string
      - `home` string
      - `sources` string[]
      - `version` string
      - `description` string
      - `keywords` string[]
      - `maintainers` HelmChartsListResponseInnerChartsInnerInnerMaintainersInner[]
        - `name` string
        - `email` string
      - `engine` string
      - `icon` string
      - `appVersion` string
      - `apiVersion` string
      - `deprecated` boolean
      - `urls` string[]
      - `created` string
      - `digest` string
    - `values` string
    - `readme` 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)
