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

# GET /providers/Microsoft.Management/operations

`GET /providers/Microsoft.Management/operations`

Lists all of the available Management REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Describes the result of the request to list Microsoft.Management operations.
  - `value` Operation[] — List of operations supported by the Microsoft.Management resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}.
    - `display` OperationDisplayProperties — The object that represents the operation.
      - `provider` string — The name of the provider.
      - `resource` string — The resource on which the operation is performed.
      - `operation` string — The operation that can be performed.
      - `description` string — Operation description.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

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

---

[API](https://skmtc.net/azure/apis/management-microsoft-management-managementgroups.md) · [All operations](https://skmtc.net/azure/apis/management-microsoft-management-managementgroups/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/management-microsoft-management-managementgroups/versions/8a88b7130da6/schema)
