Get Campaign Leads
Leads
Get Campaign Leads
Retrieves leads from a specific campaign, optionally filtered by state.
GET
Get Campaign Leads
Documentation Index
Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt
Use this file to discover all available pages before exploring further.
Leads are sorted by creation date (newest first). Use the
state query parameter to filter leads by their current state (e.g., scanned, contacted, interested).Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the campaign
Query Parameters
Filter leads by state (e.g., scanned, contacted, interested, notInterested, etc.)
Maximum number of leads to return. Default: 100, Max: 500
Required range:
1 <= x <= 500