---
title: "List All Managed Secrets"
method: GET
path: "/v0/azure-key-vault/secrets"
tags: ["Azure Key Vault Secrets"]
---

# List All Managed Secrets

`GET /v0/azure-key-vault/secrets`

Returns all Azure managed secrets across all accounts in the organization.

## Response `200`

The request has succeeded.

- AzureManagedSecretResource[]
  - `id` integer — The unique identifier of the managed secret
  - `name` string — The name of the managed secret
  - `description` string, nullable — An optional description
  - `account_id` integer — The account this secret belongs to
  - `secret_identifier` string — The identifier used to fetch the secret from the vault
  - `secret_version` string, nullable
  - `vault` string — The Azure Key Vault URL
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized (missing or invalid API key)
- `403` — Forbidden

---

[API](https://skmtc.net/oneschema/apis/templates.md) · [All operations](https://skmtc.net/oneschema/apis/templates/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneschema/templates/revisions/40674aa6d4d9/schema)
