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_...
QueryNotes
tagExact tag label (see PATCH …/leads/:leadId)
repliedtrue / false
needsReplytrue / false
limitDefault 50, max 100
cursorNext 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