---
title: "List Managed Secrets for Account"
method: GET
path: "/v0/azure-key-vault/accounts/{account-id}/secrets"
tags: ["Azure Key Vault Secrets"]
---

# List Managed Secrets for Account

`GET /v0/azure-key-vault/accounts/{account-id}/secrets`

Returns all managed secrets belonging to a specific Azure Key Vault account.

## Path parameters

- `account-id` integer, required

## 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
- `404` — Not found

---

[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)
