---
title: "List secrets visible to the caller"
method: GET
path: "/api/v0beta1/secrets"
tags: ["Secrets"]
---

# List secrets visible to the caller

`GET /api/v0beta1/secrets`

## Response `200`

Secrets visible to the caller (user-scope + org-scope).

- SecretSummary[]
  - `id` string, required
  - `org_id` string, required
  - `user_id` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `scope` 'user' | 'org', required
  - `created_at` union, required
    - string
    - string, date-time
  - `updated_at` union, required
    - string
    - string, date-time

## Other responses

- `401` — Error
- `403` — Error

---

[API](https://skmtc.net/amika/apis/amika-api.md) · [All operations](https://skmtc.net/amika/apis/amika-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amika/amika-api/revisions/664536fccd0e/schema)
