---
title: "Get link"
method: GET
path: "/links/{hash}"
tags: ["Link"]
---

# Get link

`GET /links/{hash}`

Retrieve a specific link by its hash.

## Path parameters

- `hash` string, required

## Response `200`

Details of the link.

- Link
  - `url` string, uri, required — The URL of the link.
  - `hash` string, required — Unique hash, used as the short link.
  - `describe` string, required — Description of the link.
  - `created_at` string, date-time, required — Timestamp when the link was created.
  - `updated_at` string, date-time, required — Timestamp when the link was last updated.

## Other responses

- `404` — Not found.

---

[API](https://skmtc.dev/shortlink-org/apis/shortlink-link-bff.md) · [All operations](https://skmtc.dev/shortlink-org/apis/shortlink-link-bff/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shortlink-org/shortlink-link-bff/revisions/a5800129f25f/schema)
