---
title: "List Azure Key Vault Accounts"
method: GET
path: "/v0/azure-key-vault/accounts"
tags: ["Azure Key Vault Accounts"]
---

# List Azure Key Vault Accounts

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

Returns a list of Azure Key Vault account connections for the organization.

## Response `200`

The request has succeeded.

- AzureKeyVaultAccountResource[]
  - `id` integer — The unique identifier of the account connection
  - `name` string — The name of the account connection
  - `description` string, nullable — An optional description
  - `tenant_id` string — The Azure AD tenant ID
  - `client_id` string — The Azure AD application (client) ID
  - `has_client_secret` boolean — Whether a client secret is configured (value never exposed)
  - `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)
