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

# GET /providers/Microsoft.Kusto/operations

`GET /providers/Microsoft.Kusto/operations`

List the operations for the provider

## Parameters

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

## Response `200`

Azure operation completed successfully.

- OperationListResult — Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next set of results.
  - `value` Operation[] — The list of operations supported by the resource provider.
    - `name` string — This is of the format {provider}/{resource}/{operation}.
    - `display` OperationDisplay — The object that describes the operation.
      - `provider` string — Friendly name of the resource provider.
      - `operation` string — For example: read, write, delete.
      - `resource` string — The resource type on which the operation is performed.
      - `description` string — The friendly name of the operation.
    - `origin` string — The intended executor of the operation.
    - `properties` unknown
  - `nextLink` string — Link to the next page of results.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/azure-kusto-microsoft-kusto-kusto.md) · [All operations](https://skmtc.net/azure/apis/azure-kusto-microsoft-kusto-kusto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-kusto-microsoft-kusto-kusto/revisions/6c09537668b6/schema)
