---
title: "List all secret sets"
method: GET
path: "/secrets"
---

# List all secret sets

`GET /secrets`

Retrieve a list of all secret sets for the organization.

## Response `200`

List of secret sets

- object
  - `sets` SecretSetSummary[]
    - `name` string — Name of the secret set
    - `type` 'secret' | 'imagePullSecret' — Type of the secret set
    - `region` string — The region where the secret set is stored
    - `status` 'pending' | 'ready' | 'failed' — Readiness state. `pending` while provisioning is in flight, `ready` once the set can be bound to a deploy, `failed` if provisioning could not complete.
    - `errorMessage` string — Customer-facing message returned only when `status` is `failed`.

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.dev/pipecat/apis/pipecat-cloud.md) · [All operations](https://skmtc.dev/pipecat/apis/pipecat-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pipecat/pipecat-cloud/revisions/acd0f7dfe734/schema)
