Leads

List leads

Returns a cursor-paginated list of the caller-owned leads, newest first. Filter by stage, type, contact email, and creation date.

get/leads

Query parameters

limitinteger

Page size, 1 to 100.

Example:20

Page size, 1 to 100.

starting_afterstring

Return the page after this resource id (newest first).

Return the page after this resource id (newest first).

stage'new' | 'to_reach_out' | 'engaged' | 'needs_attention' | 'booked' | 'on_hold' | 'closed_won' | 'closed_lost'

Filter to a single lead stage.

Filter to a single lead stage.

type'partial_order' | 'partial_preorder' | 'rejected_financing' | 'buy_in_person' | 'inquiry' | 'conversation' | 'pre_qual' | 'external_crm'

Filter to a single lead type.

Filter to a single lead type.

emailstring

Exact-match contact email; backs the find-lead search.

Exact-match contact email; backs the find-lead search.

created[gte]integer nullable

Only leads created at or after this epoch ms.

Only leads created at or after this epoch ms.

created[lte]integer nullable

Only leads created at or before this epoch ms.

Only leads created at or before this epoch ms.

Response

A page of leads.

dataLead[] required— unresolved $ref
has_moreboolean required

True when another page follows the returned one.

next_cursorstring nullable required

Pass as starting_after to fetch the next page; null when has_more is false.

Changes

No recorded changes to this endpoint across all 1 revision of this API.