---
title: "GET /providers/Microsoft.Authorization/providerOperations"
method: GET
path: "/providers/Microsoft.Authorization/providerOperations"
tags: ["ProviderOperationsMetadata"]
---

# GET /providers/Microsoft.Authorization/providerOperations

`GET /providers/Microsoft.Authorization/providerOperations`

Gets provider operations metadata for all resource providers.

## Query parameters

- `$expand` string

## Parameters

- `../../../../../common-types/resource-management/v2/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref

## Response `200`

OK - Returns an array of the operations metadata.

- ProviderOperationsMetadataListResult — Provider operations metadata list
  - `value` ProviderOperationsMetadata[] — The list of providers.
    - `id` string — The provider id.
    - `name` string — The provider name.
    - `type` string — The provider type.
    - `displayName` string — The provider display name.
    - `resourceTypes` ResourceType[] — The provider resource types
      - `name` string — The resource type name.
      - `displayName` string — The resource type display name.
      - `operations` ProviderOperation[] — The resource type operations.
        - `name` string — The operation name.
        - `displayName` string — The operation display name.
        - `description` string — The operation description.
        - `origin` string — The operation origin.
        - `properties` object — The operation properties.
        - `isDataAction` boolean — The dataAction flag to specify the operation type.
    - `operations` ProviderOperation[] — The provider operations.
      - `name` string — The operation name.
      - `displayName` string — The operation display name.
      - `description` string — The operation description.
      - `origin` string — The operation origin.
      - `properties` object — The operation properties.
      - `isDataAction` boolean — The dataAction flag to specify the operation type.
  - `nextLink` string — The URL to use for getting the next set of results.

## Other responses

- `default` — Error response describing why the operation failed.

## Changes

- **2021-02-21** (2018-01-01-preview) `e87421dd91bf` — 1 warning
  - deleted the `query` request parameter `api-version`

[Change history](https://skmtc.dev/azure/apis/authorizationmanagementclient-4/changes/providers/Microsoft.Authorization/providerOperations/get.md)

---

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