---
title: "List all secrets metadata"
method: GET
path: "/v1/secrets"
tags: ["Secrets"]
---

# List all secrets metadata

`GET /v1/secrets`

Get a list of all secrets metadata. This endpoint only returns non-sensitive
information about the secrets, not the secret values themselves.

## Response `200`

List of secrets metadata

- object
  - `secrets` SecretMetadata[], required
    - `secret_id` string, required — Unique identifier for the secret
    - `secret_type` 'cookie' | 'key-value' | 'dictionary' | 'totp', required — Type of secret
    - `secret_name` string, required — User-defined name for the secret
    - `created_at` string, date-time, required — Creation timestamp (ISO 8601)

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal Server Error

---

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