---
title: "Fetch tracking links by unique link"
method: GET
path: "/analytics/tracking_links_by_unique_link"
tags: ["analytics"]
---

# Fetch tracking links by unique link

`GET /analytics/tracking_links_by_unique_link`

Returns json data about interactions with tracking links

## Query parameters

- `campaign_mailing_send_id` string, required
- `order_by` string
- `order` 'asc' | 'desc'

## Response `200`

Tracking links data

- TrackingLinksResponse
  - `data` TrackingLinksResponseData[]
    - `html_id` integer — HTML ID of the tracking link
    - `target_url` string — Target URL of the tracking link
    - `clicked` integer — Number of clicks on this link

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/paubox/apis/paubox-forms-api.md) · [All operations](https://skmtc.dev/paubox/apis/paubox-forms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paubox/paubox-forms-api/revisions/71f6affe238c/schema)
