---
title: "List secrets"
method: GET
path: "/v1/admin/secrets"
tags: ["Admin"]
---

# List secrets

`GET /v1/admin/secrets`

List all secrets that are visible to the caller

## Response `200`

OK

- SchemasOffsetPageSchemasStoredSecretResponse
  - `items` SchemasStoredSecretResponse[]
    - `binding` SchemasBindingResponse
      - `id` string
      - `type` 'static' | 'tenant' | 'project' | 'account'
    - `created_at` string
    - `description` string
    - `id` string
    - `key` string
    - `last_accessed_at` string
    - `updated_at` string
  - `limit` integer
  - `offset` integer
  - `page_count` integer
  - `total_count` integer

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-02-18** `2a6c58164e9f` — 1 warning
  - removed the optional property `items/items/hint` from the response with the `200` status
- **2025-10-30** `f59a2fe653b8` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `Bearer` was added to the API

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/admin/secrets/get.md)

---

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