---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders"
tags: ["CustomResourceProvider"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders

`GET /subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders`

Gets all the custom resource providers within a subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK - Returns an array of custom resource providers.

- ListByCustomRPManifest — List of custom resource providers.
  - `value` CustomRPManifest[] — The array of custom resource provider manifests.
    - `id` string — Resource Id
    - `name` string — Resource name
    - `type` string — Resource type
    - `location` string, required — Resource location
    - `tags` object — Resource tags
  - `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/versions/9642048d6ded/schema)
