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

# GET /providers/Microsoft.Cdn/operations

`GET /providers/Microsoft.Cdn/operations`

Lists all of the available CDN REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationsListResult — Result of the request to list CDN operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of CDN operations supported by the CDN resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — The object that represents the operation.
      - `provider` string — Service provider: Microsoft.Cdn
      - `resource` string — Resource on which the operation is performed: Profile, endpoint, etc.
      - `operation` string — Operation type: Read, write, delete, etc.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

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

---

[API](https://skmtc.dev/azure/apis/cdnmanagementclient.md) · [All operations](https://skmtc.dev/azure/apis/cdnmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/cdnmanagementclient/revisions/79811fa5f3ee/schema)
