---
title: "GET /{scope}/providers/Microsoft.Resources/links"
method: GET
path: "/{scope}/providers/Microsoft.Resources/links"
tags: ["ResourceLinks"]
---

# GET /{scope}/providers/Microsoft.Resources/links

`GET /{scope}/providers/Microsoft.Resources/links`

Gets a list of resource links at and below the specified source scope.

## Path parameters

- `scope` string, required

## Query parameters

- `$filter` 'atScope()'
- `api-version` string, required

## Response `200`

OK - Returns an array of links at the specified scope.

- ResourceLinkResult — List of resource links.
  - `value` ResourceLink[], required — An array of resource links.
    - `id` string — The fully qualified ID of the resource link.
    - `name` string — The name of the resource link.
    - `type` object — The resource link object.
    - `properties` ResourceLinkProperties — The resource link properties.
      - `sourceId` string — The fully qualified ID of the source resource in the link.
      - `targetId` string, required — The fully qualified ID of the target resource in the link.
      - `notes` string — Notes about the resource link.
  - `nextLink` string — The URL to use for getting the next set of results.

---

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