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

# GET /providers/Microsoft.MachineLearningServices/operations

`GET /providers/Microsoft.MachineLearningServices/operations`

Lists all of the available Azure Machine Learning Workspaces 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 workspace operations supported by the AML workspace resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — Display name of operation
      - `provider` string — The resource provider name: Microsoft.MachineLearningExperimentation
      - `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/azure-machine-learning-workspaces.md) · [All operations](https://skmtc.dev/azure/apis/azure-machine-learning-workspaces/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/azure-machine-learning-workspaces/revisions/3c546a6ad82c/schema)
