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

# GET /providers/Microsoft.StorageSync/operations

`GET /providers/Microsoft.StorageSync/operations`

Lists all of the available Storage Sync Rest API operations.

## Parameters

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

## Response `200`

Array of operations resources in the Resource Provider

- OperationEntityListResult — The list of storage sync operations.
  - `nextLink` string — The link used to get the next page of operations.
  - `value` OperationEntity[] — The list of operations.
    - `name` string — Operation name: {provider}/{resource}/{operation}.
    - `display` OperationDisplayInfo — The operation supported by storage sync.
      - `description` string — The description of the operation.
      - `operation` string — The action that users can perform, based on their permission level.
      - `provider` string — Service provider: Microsoft StorageSync.
      - `resource` string — Resource on which the operation is performed.
    - `origin` string — The origin.

## Other responses

- `default` — Error message indicating why the operation failed.

---

[API](https://skmtc.dev/azure/apis/microsoft-storage-sync.md) · [All operations](https://skmtc.dev/azure/apis/microsoft-storage-sync/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/microsoft-storage-sync/revisions/2de2d4c41058/schema)
