---
title: "List secrets"
method: GET
path: "/servers/{qualifiedName}/secrets"
tags: ["servers"]
---

# List secrets

`GET /servers/{qualifiedName}/secrets`

List secret names. Values are not returned.

## Path parameters

- `qualifiedName` string, required

## Response `200`

Secrets listed

- object[]
  - `name` string, required
  - `type` string, required

## Other responses

- `404` — Server not found

---

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