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

# GET /providers/Microsoft.DigitalTwins/operations

`GET /providers/Microsoft.DigitalTwins/operations`

Lists all of the available DigitalTwins service REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — A list of DigitalTwins service operations. It contains a list of operations and a URL link to get the next set of results.
  - `nextLink` string, nullable — The link used to get the next page of DigitalTwins description objects.
  - `value` Operation[] — A list of DigitalTwins operations supported by the Microsoft.DigitalTwins resource provider.
    - `name` string — Operation name: {provider}/{resource}/{read | write | action | delete}
    - `display` OperationDisplay — The object that represents the operation.
      - `provider` string — Service provider: Microsoft DigitalTwins.
      - `resource` string — Resource Type: DigitalTwinsInstances.
      - `operation` string — Name of the operation.
      - `description` string — Friendly description for the operation.
    - `origin` string, nullable — The intended executor of the operation.
    - `isDataAction` boolean — If the operation is a data action (for data plane rbac).
    - `properties` object, nullable — Operation properties.

## Other responses

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

---

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