Get campaign leads
GET
https://app.genuinelink.ai/api/v1/campaigns/{campaignId}/leadsReturns a paginated list of leads enrolled in the campaign's attached lead list. Results include basic lead fields and their current status within the campaign.
Authenticate with a company API key (`glc_…`). Agency keys (`gla_…`) are supported when you also pass `X-Company-Id` for the target client company.
Recent Requests
0 requests this session| Time | Status | User Agent |
|---|---|---|
| Make a request to see history. | ||
Path Params
string
required
Unique identifier of the campaign.
Query Params
integer
1 to 200
Maximum number of records to return in a single page.
integer
≥ 0
Number of records to skip before returning results. Use with `limit` for pagination.
Responses
Response Body
object
itemsarrayrequired
Leads for the current page.
totalintegerrequired
Total records matching the filter (across all pages).
limitintegerrequired
Page size that was applied.
offsetintegerrequired
Offset that was applied.