list_leads
Search and list amoCRM deals with filters for pipeline, statuses, full-text query, and embed related contacts or loss reasons.
Instructions
Search and list deals (leads) in amoCRM. Supports filtering by pipeline, statuses, and full-text search. Use 'with' to embed contacts or loss reasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| with | No | Related entities to embed in response | |
| limit | No | Items per page (max 250, default 50) | |
| query | No | Search query across lead name, contacts, companies | |
| statuses | No | Filter by statuses: array of {pipeline_id, status_id} | |
| pipeline_id | No | Filter by pipeline ID |