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

# GET /providers/Microsoft.ResourceGraph/operations

`GET /providers/Microsoft.ResourceGraph/operations`

Lists all of the available REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list Resource Graph operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Resource Graph operations supported by the Resource Graph resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — Display metadata associated with the operation.
      - `provider` string — Service provider: Microsoft Resource Graph.
      - `resource` string — Resource on which the operation is performed etc.
      - `operation` string — Type of operation: get, read, delete, etc.
      - `description` string — Description for the operation.
    - `origin` string — The origin of operations.

---

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