List Lead

Lists leads belonging to campaigns in your company.

GET/api/v1/leads/list

Description

Returns a paginated list of non-deleted leads, ordered by updated_at descending. Can be filtered by campaign, status, or search text.

Query parameters (all optional)

ParamTypeDescription
campaign_idUUIDRestrict to one campaign.
status_filterstringFilter by status (e.g. new, done).
searchstringPartial name or phone match.
pageintegerPage number, >= 1. Default 1.
per_pageinteger1100. Default 10.

Errors

StatusDetail
403Campaign not found (when campaign_id is filtered by).