Leads
Get Leads
List and filter leads with pagination.
GET
Returns a paginated list of leads for the project associated with your API key. Supports filtering, searching, and sorting.
Query parameters
Pagination
Number of leads per page. Min:
1, max: 100.Page number (1-indexed).
Filtering
Filter by lead status. Supports comma-separated values for multiple statuses (e.g.
open,pending).Filter by form name.
Filter by unique identifier (exact match). Returns leads that match the user-provided CRM or external system ID.
Filter by email address (exact match).
Filter by phone number (exact match).
Only return leads created on or after this date (ISO 8601 format).
Only return leads created on or before this date (ISO 8601 format).
Search
Search across first name, last name, email, phone, and company name. Minimum 2 characters.
Sorting
Sort field and direction, formatted as
field:direction. Allowed fields: createdAt, firstName, lastName, email, price, status. Directions: asc, desc.Attribution filters
Filter leads that have (
true) or don’t have (false) a Google Click ID.Filter leads that have (
true) or don’t have (false) a Client ID.Filter leads that have (
true) or don’t have (false) a Facebook Browser ID.Filter leads that have (
true) or don’t have (false) a Facebook Click ID.Response
"Leads retrieved".Total number of leads matching the filters.
Current page number.
Number of leads per page.
Total number of pages.
Whether there are more pages after the current one.