---
title: "Retrieves an individual link."
method: GET
path: "/links/{itemName}/{channelUID}"
tags: ["links"]
---

# Retrieves an individual link.

`GET /links/{itemName}/{channelUID}`

## Path parameters

- `itemName` string, required
- `channelUID` string, required

## Response `200`

OK

- EnrichedItemChannelLinkDTO
  - `itemName` string
  - `channelUID` string
  - `configuration` object
  - `editable` boolean

## Other responses

- `404` — Content does not match the path

---

[API](https://skmtc.net/openhab/apis/openhab-rest-api.md) · [All operations](https://skmtc.net/openhab/apis/openhab-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openhab/openhab-rest-api/revisions/0f2ce17cab3e/schema)
