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

# GET /providers/Microsoft.MarketplaceOrdering/operations

`GET /providers/Microsoft.MarketplaceOrdering/operations`

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

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list MarketplaceOrdering operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Microsoft.MarketplaceOrdering operations supported by the Microsoft.MarketplaceOrdering resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — The object that represents the operation.
      - `provider` string — Service provider: Microsoft.MarketplaceOrdering
      - `resource` string — Resource on which the operation is performed: Agreement, virtualmachine, etc.
      - `operation` string — Operation type: Get Agreement, Sign Agreement, Cancel Agreement etc.
      - `description` string — The description of the operation
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

- `415` — Unsupported Media Type
- `default` — Microsoft.MarketplaceOrdering error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/marketplaceordering-agreements.md) · [All operations](https://skmtc.net/azure/apis/marketplaceordering-agreements/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/marketplaceordering-agreements/versions/96a087269eff/schema)
