bitrix24_task_list
List and filter Bitrix24 tasks by status, responsible user, workgroup, and other criteria. Retrieve tasks with custom fields and sorting.
Instructions
List and filter Bitrix24 tasks. Filter by status, responsible user, workgroup, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tasks to return. WITHOUT this the tool returns at most 1000 (20 pages x 50) and silently truncates — 'total' shows the true match count. For a query that matches more, pass limit >= total. | |
| order | No | Sort order, e.g. {DEADLINE: 'asc'} | |
| filter | No | Bitrix24 filter, e.g. {RESPONSIBLE_ID: 854, '!REAL_STATUS': [5,6]} | |
| select | No | Fields to return |