---
title: "List secrets for a server"
method: GET
path: "/servers/{namespace}/{server}/secrets"
tags: ["servers"]
---

# List secrets for a server

`GET /servers/{namespace}/{server}/secrets`

Fetch secret names for the server. Values are not returned.

## Path parameters

- `namespace` string, required
- `server` string, required

## Response `200`

Secrets listed

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

## Other responses

- `404` — Server not found

## Changes

- **2026-01-25** `ea538dc2369a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:namespace/:server/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.dev/smithery-ai/apis/smithery-platform-api/revisions/9d53933ba12e?raw)
