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

# GET /providers/Microsoft.Portal/operations

`GET /providers/Microsoft.Portal/operations`

The Microsoft Portal operations API.

## Query parameters

- `api-version` string, required

## Response `200`

Describe the result of a successful operation.

- ResourceProviderOperationList — Results of the request to list operations.
  - `value` ResourceProviderOperation[] — List of operations supported by this resource provider.
    - `name` string — Operation name, in format of {provider}/{resource}/{operation}
    - `isDataAction` string — Indicates whether the operation applies to data-plane.
    - `display` object — Display metadata associated with the operation.
      - `provider` string — Resource provider: Microsoft Custom Providers.
      - `resource` string — Resource on which the operation is performed.
      - `operation` string — Type of operation: get, read, delete, etc.
      - `description` string — Description of this operation.
  - `nextLink` string — The URL to use for getting the next set of results.

## Other responses

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

---

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