list_deals
Fetch Bitrix24 CRM deals filtered by stage, responsible user, or sort order to locate and manage sales records effectively.
Instructions
List CRM deals from Bitrix24 with optional filters by stage, responsible user, and sort order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Sort order, e.g. {DATE_CREATE: 'DESC'} | |
| start | No | Offset for pagination (multiples of 50) | |
| select | No | Fields to return | |
| filter_stage_id | No | Filter by stage ID (e.g. NEW, WON, LOSE) | |
| filter_assigned_by_id | No | Filter by responsible user ID |