List Leads
List Leads visible to the current tenant + tenant_location.
**Query params (all optional):**
- `assigned_user_id` (uuid): filter by assignee
- `lead_stage_id` (uuid): filter by stage
- `lead_source_id` (uuid): filter by source
- `is_open` (bool): only non-terminal leads
- `is_converted` (bool): only converted leads
- `follow_up_due` (bool): only leads whose `follow_up_at` is past-due
- `search` (string max 255): match name / business_name
- `per_page` (int 1-100, default 15)
- `cursor` (string): cursor pagination token
Headers
{{tenant_key_name}}
Query parameters
assigned_user_id
Optional: Assignee UUID
lead_stage_id
Optional: Lead stage UUID
lead_source_id
Optional: Lead source UUID
is_open
Optional: true|false
is_converted
Optional: true|false
follow_up_due
Optional: true|false
search
Optional: search term - max 255
per_page
Optional: Results per page (default 15, max 100)
cursor
Optional: Cursor pagination token
Response
Successful response

