---
title: "List all secrets"
method: GET
path: "/secret"
tags: ["🧩 Secret management"]
---

# List all secrets

`GET /secret`

Get the list of all secrets without their value

## Response `200`

Secrets information

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'getAllSecrets', required — The id of the action
  - `data` object, required
    - `secrets` object[], required — List of API version and status
      - `name` string, required — The name of the secret used as a reference on the value
      - `description` string, required — The description of the secret to identify it more easily

---

[API](https://skmtc.net/rudder/apis/rudder-api.md) · [All operations](https://skmtc.net/rudder/apis/rudder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rudder/rudder-api/revisions/eab988254fba/schema)
