---
title: "GET /providers/Microsoft.MixedReality/operations"
method: GET
path: "/providers/Microsoft.MixedReality/operations"
tags: ["Proxy"]
---

# GET /providers/Microsoft.MixedReality/operations

`GET /providers/Microsoft.MixedReality/operations`

Exposing Available Operations

## Query parameters

- `api-version` string, required

## Response `200`

OK

- OperationList — Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of operations supported by the Resource Provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` OperationDisplay — The object that represents the operation.
      - `provider` string, required — Service provider: Microsoft.ResourceProvider
      - `resource` string, required — Resource on which the operation is performed: Profile, endpoint, etc.
      - `operation` string, required — Operation type: Read, write, delete, etc.
      - `description` string, required — Description of operation
    - `isDataAction` boolean — Whether or not this is a data plane operation
    - `origin` string — The origin for the operation
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

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

---

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