---
title: "Get link details"
method: GET
path: "/api/v1/get_link/{id}"
tags: ["Links"]
---

# Get link details

`GET /api/v1/get_link/{id}`

Retrieve details for a specific link by ID.

## Path parameters

- `id` integer, required

## Response `200`

Link

- object — Response schema for getting a single link
  - `base62_id` string
  - `clicks_count` integer — Lifetime click count for this link, including bot traffic
  - `domain` object, nullable
  - `domains` object[]
  - `link` object — A link with click statistics, as returned by workspace link endpoints.
    - `fb_pixel_id` string, nullable
    - `human_clicks_total` integer — Lifetime clicks with no bot signal — the subset of `clicks_total` where neither a bot user-agent nor a verified-bot category was detected. Recorded from 2019 onward.
    - `sparkline` integer[] — Daily human clicks over the last 30 days, oldest first.
    - `clicks_thirty_days` integer — Clicks in the last 30 days, including bot traffic.
    - `tiktok_pixel_id` string, nullable
    - `hide_referrer` boolean, nullable
    - `rules` Rule[], nullable
      - `matches` string, nullable
      - `percentage` integer, nullable
      - `url` string, nullable
      - `what` string, nullable
    - `cloaking` boolean, nullable
    - `linkify_words` string, nullable
    - `full_url` string, uri
    - `clicks_today` integer — Clicks so far today (UTC), including bot traffic.
    - `og_description` string, nullable
    - `body_tags` string, nullable
    - `og_title` string, nullable
    - `note` string, nullable
    - `name` string, nullable
    - `id` integer, nullable
    - `gtm_id` string, nullable
    - `og_image` string, nullable
    - `block_bots` boolean, nullable
    - `clicks_total` integer — Lifetime clicks, including bot traffic.
    - `human_clicks_thirty_days` integer — Clicks in the last 30 days with no bot signal — the subset of `clicks_thirty_days`.
    - `utm_content` string, nullable
    - `human_clicks_today` integer — Clicks so far today (UTC) with no bot signal.
    - `enabled` boolean, nullable
    - `url` string, uri
    - `replacements` string, nullable
    - `deleted` boolean, nullable
    - `workspace_id` integer, nullable
    - `public_analytics` boolean, nullable
    - `utm_source` string, nullable
    - `slug` string, nullable
    - `domain` string, nullable
    - `forward_params` boolean, nullable
    - `utm_medium` string, nullable
    - `head_tags` string, nullable
    - `ga4_tag_id` string, nullable
    - `utm_term` string, nullable
    - `utm_campaign` string, nullable
    - `human_clicks_previous_day` integer — Clicks yesterday (UTC) with no bot signal.

## Other responses

- `403` — Forbidden
- `404` — Error

---

[API](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api.md) · [All operations](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linklyhq/linkly-url-shortener-api/revisions/351c1f004617/schema)
