---
title: "Get link clicks for a broadcast"
method: GET
path: "/v4/broadcasts/{broadcast_id}/clicks"
tags: ["Broadcasts"]
---

# Get link clicks for a broadcast

`GET /v4/broadcasts/{broadcast_id}/clicks`

Returns click performance for each link in a broadcast: the link `url`, its `unique_clicks`, and its click-to-delivery and click-to-open rates. Useful for seeing which calls to action actually drove engagement.

**Note:** Pagination parameters control the list of links returned for the top-level broadcast; results are cursor-paginated.

**Data retention:** Starting October 15, 2026, email stats (opens, clicks, sends, bounces, and unsubscribes) are available via the API for the last 5 years — click data for broadcasts older than that window is no longer available. Older data is archived and can no longer be retrieved via the API; creators can [contact Kit support](https://help.kit.com) to request an export of their archived data. See [Email data retention](/api-reference/email-data-retention) for the full policy.

## Path parameters

- `broadcast_id` integer, required

## Response `200`

Returns clicks for a broadcast

- object
  - `broadcast` object, required
    - `id` integer, required
    - `clicks` object[], required
      - `url` string, required
      - `unique_clicks` integer, required
      - `click_to_delivery_rate` number, float, required
      - `click_to_open_rate` number, float, required
  - `pagination` object, required
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `start_cursor` string, required
    - `end_cursor` string, required
    - `per_page` integer, required

## Other responses

- `401` — Returns a 401 if the token and/or account cannot be authenticated
- `404` — Returns a 404 when the provided id does not exist

---

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