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

# GET /providers/Microsoft.CustomProviders/operations

`GET /providers/Microsoft.CustomProviders/operations`

The list of operations provided by Microsoft CustomProviders.

## Query parameters

- `api-version` string, required

## Response `200`

Describe the result of a successful operation.

- ResourceProviderOperationList — Results of the request to list operations.
  - `value` ResourceProviderOperation[] — List of operations supported by this resource provider.
    - `name` string — Operation name, in format of {provider}/{resource}/{operation}
    - `display` object — Display metadata associated with the operation.
      - `provider` string — Resource provider: Microsoft Custom Providers.
      - `resource` string — Resource on which the operation is performed.
      - `operation` string — Type of operation: get, read, delete, etc.
      - `description` string — Description of this operation.
  - `nextLink` string — The URL to use for getting the next set of results.

## Other responses

- `default` — Error response describing why the operation failed.

---

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