List leads
List campaign leads with cursor-based pagination, optional filters, search, and sorting. Returns full prospect data including CRM context, custom column values, and campaign stage.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the campaign.
^[0-9a-z]+$Query Parameters
Pagination cursor. Omit to start from the beginning.
Maximum number of leads to return per page. Defaults to 50, maximum 100.
1 <= x <= 10050
Filter leads by their campaign stage.
pending, ready, ongoing, replied, unresponsive, failed, canceled Free-text search query to filter leads by name, username, or bio.
"john"
Structured filter query for advanced filtering.
Sort order for results. Defaults to followers descending.