---
title: "GET /{linkId}"
method: GET
path: "/{linkId}"
tags: ["ResourceLinks"]
---

# GET /{linkId}

`GET /{linkId}`

Gets a resource link with the specified ID.

## Path parameters

- `linkId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK - Returns information about the resource link.

- ResourceLink — The resource link.
  - `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.

---

[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)
