GET/campaigns/:campaignId/leads
Paginated leads. At most one of tag / replied / needsReply.
GET /campaigns/search_abc/leads?limit=50
X-API-Key: sk_live_...
| Query | Notes |
|---|---|
tag | Exact tag label (see PATCH …/leads/:leadId) |
replied | true / false |
needsReply | true / false |
limit | Default 50, max 100 |
cursor | Next page |
{
"leads": [
{
"id": "lead_xyz",
"fullName": "Jane Doe",
"firstName": "Jane",
"lastName": "Doe",
"linkedinUrl": "https://www.linkedin.com/in/jane-doe/",
"jobTitle": "VP Sales",
"location": "Austin, TX",
"companyName": "Acme",
"companyLinkedin": null,
"website": null,
"email": null,
"tag": null,
"replied": false,
"needsReply": false,
"stage": "connection_sent"
}
],
"cursor": null
}
stage values
new · connection_sent · connected · messaged · replied · tagged · excluded · failed · handed_off