---
title: "List secret names"
method: GET
path: "/secret"
tags: ["Secrets"]
---

# List secret names

`GET /secret`

List the organization's secrets. **Write-only vault** — only names and
metadata are returned, never the values.

## Response `200`

The org's secret names.

- object
  - `status` boolean
  - `data` Secret[]
    - `_id` string
    - `name` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized access
- `403` — Forbidden access
- `500` — Internal server error

## Changes

- **2026-09-02** `8546eaa96566` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smallest-inc/apis/agent-management-api/changes/secret/get.md)

---

[API](https://skmtc.dev/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.dev/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/fed4f750ea02/schema)
