---
title: "GET /providers/Microsoft.KeyVault/operations"
method: GET
path: "/providers/Microsoft.KeyVault/operations"
tags: ["Operations"]
---

# GET /providers/Microsoft.KeyVault/operations

`GET /providers/Microsoft.KeyVault/operations`

Lists all of the available Key Vault Rest API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list Storage operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Storage operations supported by the Storage resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — Display metadata associated with the operation.
      - `provider` string — Service provider: Microsoft Key Vault.
      - `resource` string — Resource on which the operation is performed etc.
      - `operation` string — Type of operation: get, read, delete, etc.
      - `description` string — Description of operation.
    - `origin` string — The origin of operations.
    - `properties` OperationProperties — Properties of operation, include metric specifications.
      - `serviceSpecification` ServiceSpecification — One property of operation, include log specifications.
        - `logSpecifications` LogSpecification[] — Log specifications of operation.
          - `name` string — Name of log specification.
          - `displayName` string — Display name of log specification.
          - `blobDuration` string — Blob duration of specification.
  - `nextLink` string — The URL to get the next set of operations.

---

[API](https://skmtc.dev/azure/apis/keyvaultmanagementclient-2.md) · [All operations](https://skmtc.dev/azure/apis/keyvaultmanagementclient-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/keyvaultmanagementclient-2/revisions/f6c56c442ecd/schema)
