---
title: "List secrets"
method: GET
path: "/v1/secrets"
---

# List secrets

`GET /v1/secrets`

List all secrets for the organization. Returns metadata only, not the secret values.

## Response `200`

Successful Response

- SecretMetadata[]
  - `created_at` string, date-time, nullable
  - `id` string, required
  - `key` string, nullable
  - `type` 'cookie' | 'key-value' | 'dictionary' | 'totp', required

---

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