---
title: "List secrets"
method: GET
path: "/api/orgs/{org}/secrets"
tags: ["Secrets"]
---

# List secrets

`GET /api/orgs/{org}/secrets`

Lists all secrets (AgentSecretGrant resources) for the organization.
Returns a simplified view with name, type, createdAt, and grants.

## Path parameters

- `org` string, required

## Response `200`

Secret list

- object
  - `secrets` SecretItem[]
    - `name` string
    - `type` string
    - `createdAt` string, date-time, nullable
    - `namespace` string
    - `grants` string[] — List of agents or systems that have access

## Other responses

- `500` — Internal server error

---

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