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

# GET /providers/Microsoft.Devices/operations

`GET /providers/Microsoft.Devices/operations`

List the operations for the provider

## Parameters

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

## Response `200`

The request has succeeded.

- OperationListResult — Result of the request to list IoT Hub operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of IoT Hub operations supported by the Microsoft.Devices 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 Devices
      - `resource` string — Resource Type: IotHubs
      - `operation` string — Name of the operation
      - `description` string — Description of the operation
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

- `default` — An unexpected error response.

---

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