---
title: "GET /providers/Microsoft.MachineLearning/operations"
method: GET
path: "/providers/Microsoft.MachineLearning/operations"
tags: ["Operation"]
---

# GET /providers/Microsoft.MachineLearning/operations

`GET /providers/Microsoft.MachineLearning/operations`

Lists all of the available Azure Machine Learning Studio REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

The request was successful; the request was well-formed and received properly.

- OperationListResult — An array of operations supported by the resource provider.
  - `value` Operation[] — List of AML Studio operations supported by the AML Studio resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — Display name of operation
      - `provider` string — The resource provider name: Microsoft.MachineLearning
      - `resource` string — The resource on which the operation is performed.
      - `operation` string — The operation that users can perform.
      - `description` string — The description for the operation.

## Other responses

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

---

[API](https://skmtc.dev/azure/apis/machine-learning-workspaces-management-client.md) · [All operations](https://skmtc.dev/azure/apis/machine-learning-workspaces-management-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/machine-learning-workspaces-management-client/revisions/10afad57607f/schema)
