listLeads
List CRM leads with filters by stage, source, tags, phone, email, or assigned user. Supports pagination and sorting.
Instructions
List leads with optional filters. Returns a paginated list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | No | Filter by lead stage | |
| source | No | Filter by lead source | |
| phone | No | Filter by phone number | |
| No | Filter by email address | ||
| assignedUserId | No | Filter by assigned user ID | |
| anyTags | No | Match any of these tags (comma-separated) | |
| allTags | No | Match all of these tags (comma-separated) | |
| segments | No | Filter by segments | |
| key | No | Search keyword | |
| limit | No | Results per page (1-100) | |
| offset | No | Pagination offset | |
| sort | No | Sort field | |
| desc | No | Sort descending | |
| scrollId | No | Scroll cursor for deep pagination |