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

# GET /providers/Microsoft.DocumentDB/operations

`GET /providers/Microsoft.DocumentDB/operations`

Lists all of the available Cosmos DB Resource Provider operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK

- OperationListResult — Result of the request to list Resource Provider operations. It contains a list of operations and a URL link 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 represents the operation.
      - `Provider` string — Service provider: Microsoft.ResourceProvider
      - `Resource` string — Resource on which the operation is performed: Profile, endpoint, etc.
      - `Operation` string — Operation type: Read, write, delete, etc.
      - `Description` string — Description of operation
  - `nextLink` string — URL to get the next set of operation list results if there are any.

---

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