List leads
kommo_leads_listList leads with pagination, filtering, and optional embedded data. Search, sort, and filter by status, pipeline, or user to retrieve up to 250 records per request.
Instructions
List leads with pagination, filters and optional embedded entities. Max 250 per page. Rate limit 7 req/s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| with | No | Comma-separated: contacts, catalog_elements, is_price_modified_by_robot, loss_reason, source_id | |
| limit | No | Items per page (max 250) | |
| query | No | Full-text search | |
| order_id | No | Sort by id | |
| filter_id | No | Filter by lead IDs | |
| filter_status_id | No | Filter by status/stage IDs | |
| order_created_at | No | Sort by created_at | |
| order_updated_at | No | Sort by updated_at | |
| filter_pipeline_id | No | Filter by pipeline IDs | |
| filter_closed_at_to | No | Unix timestamp | |
| filter_created_at_to | No | Unix timestamp: created_at <= to | |
| filter_updated_at_to | No | Unix timestamp | |
| filter_closed_at_from | No | Unix timestamp | |
| filter_created_at_from | No | Unix timestamp: created_at >= from | |
| filter_updated_at_from | No | Unix timestamp | |
| filter_responsible_user_id | No | Filter by responsible user IDs |