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

# GET /providers/Microsoft.Cache/operations

`GET /providers/Microsoft.Cache/operations`

Lists all of the available REST API operations of the Microsoft.Cache provider.

## Query parameters

- `api-version` string, required

## Response `200`

Success. The response describes the list of operations.

- OperationListResult — Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next set of results.
  - `value` Operation[] — List of operations supported by the resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — The object that describes the operation.
      - `provider` string — Friendly name of the resource provider
      - `operation` string — Operation type: read, write, delete, listKeys/action, etc.
      - `resource` string — Resource type on which the operation is performed.
      - `description` string — Friendly name of the operation
  - `nextLink` string — URL to get the next set of operation list results if there are any.

---

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