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

## Changes

- **2026-01-25** `55f4a37b970f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:qualifiedName/secrets/get.md)

---

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