Poll for leads created in a campaign.
Returns the newest leads first. Pass created_after and/or last_lead_id from the previous poll to only get what is new since then.
Query parameters
The workspace to read from.
The workspace to read from.
The campaign to read from.
The campaign to read from.
Only return leads created at or after this timestamp.
Only return leads created at or after this timestamp.
Only return leads with an id greater than this.
Only return leads with an id greater than this.
How many leads to return, 1-100. Defaults to 50.
How many leads to return, 1-100. Defaults to 50.
Return the most recent lead when the filters match nothing, so a Zap test has sample data.
Return the most recent lead when the filters match nothing, so a Zap test has sample data.
Response
Example response
[
{
"id": 56789,
"created_at": "2026-08-16T10:00:00.000000Z",
"genpage_url": "https://myworkspace.genpa.ge/aws-john",
"name": "John Doe",
"email": "john@aws.com",
"company_name": "AWS",
"domain": "aws.com",
"company_name_slug": "aws"
}
]Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○