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

# GET /providers/Microsoft.Marketplace/operations

`GET /providers/Microsoft.Marketplace/operations`

Lists all of the available Microsoft.Marketplace REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list Marketplace operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` SingleOperation[] — List of Microsoft.Marketplace operations supported by the Microsoft.Marketplace resource provider.
    - `id` string — Operation ID
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `isDataAction` boolean — Indicates whether the operation is a data action
    - `display` object — The object that represents the operation.
      - `provider` string — Service provider: Microsoft.Marketplace
      - `resource` string — Resource on which the operation is performed
      - `operation` string — Operation type
      - `description` string — Friendly description for the operation,
    - `origin` string — Origin of the operation
    - `properties` OperationProperties — Operation properties.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

- `default` — Microsoft.Marketplace error response describing why the operation failed.

---

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