---
title: "List secrets which belongs to cluster"
method: GET
path: "/api/v1/orgs/{orgId}/clusters/{id}/secrets"
tags: ["clusters"]
---

# List secrets which belongs to cluster

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

List secrets which belongs to cluster

## Path parameters

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

## Query parameters

- `releaseName` string

## Response `200`

Secrets listed

- SecretItem[]
  - `id` string
  - `name` string
  - `type` string
  - `updatedAt` string, date-time
  - `updatedBy` string
  - `tags` string[]
  - `values` object

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