List Lead
Lists leads belonging to campaigns in your company.
GET
/api/v1/leads/listDescription
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)
| Param | Type | Description |
|---|---|---|
campaign_id | UUID | Restrict to one campaign. |
status_filter | string | Filter by status (e.g. new, done). |
search | string | Partial name or phone match. |
page | integer | Page number, >= 1. Default 1. |
per_page | integer | 1 – 100. Default 10. |
Errors
| Status | Detail |
|---|---|
403 | Campaign not found (when campaign_id is filtered by). |