---
title: "GET /{scope}/providers/Microsoft.CustomProviders/associations"
method: GET
path: "/{scope}/providers/Microsoft.CustomProviders/associations"
tags: ["Associations"]
---

# GET /{scope}/providers/Microsoft.CustomProviders/associations

`GET /{scope}/providers/Microsoft.CustomProviders/associations`

Gets all association for the given scope.

## Path parameters

- `scope` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK. Returns all associations for the given scope.

- AssociationsList — List of associations.
  - `value` Association[] — The array of associations.
    - `id` string — The association id.
    - `name` string — The association name.
    - `type` string — The association type.
    - `properties` object — The properties of the association.
      - `targetResourceId` string — The REST resource instance of the target resource for this association.
      - `provisioningState` 'Accepted' | 'Deleting' | 'Running' | 'Succeeded' | 'Failed' — The provisioning state of the association.
  - `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)
