---
title: "Fetch subscribers by tracking link"
method: GET
path: "/analytics/subscribers_by_tracking_link"
tags: ["analytics"]
---

# Fetch subscribers by tracking link

`GET /analytics/subscribers_by_tracking_link`

Returns json data about subscribers for a specific tracking link

## Query parameters

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

## Response `200`

Subscribers by tracking link data

- SubscribersByTrackingLinkResponse
  - `data` SubscribersByTrackingLinkResponseData[]
    - `id` string — Subscriber ID
    - `type` string — Resource type
    - `attributes` SubscribersByTrackingLinkResponseAttributes
      - `email` string, email — Subscriber's email address
      - `first_name` string — Subscriber's first name
      - `last_name` string — Subscriber's last name
      - `custom_fields` SubscribersByTrackingLinkResponseAttributesCustomFields[]
        - `subscriber_custom_field_type_id` string — Custom field type ID
        - `value` string — Custom field value

## 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)
