bitrix24_crm_contact_list
Retrieve and filter your Bitrix24 CRM contacts with sorting, field selection, and flexible filter options including date and ID comparisons.
Instructions
List and filter CRM contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max contacts to return | |
| order | No | Sort order, e.g. {ID: 'desc'} | |
| filter | No | Filter, e.g. {ASSIGNED_BY_ID: 854}. Comparison operators DO work here, re-verified against this portal 2026-07-28: {'>=DATE_CREATE': '2026-07-20T00:00:00+03:00'} (inclusive, full ISO timestamp honoured), {'>DATE_CREATE': ...} (exclusive), {'>=ID': N} and {'>ID': N} all filter correctly — this tool posts the filter as JSON, so the curl --data-urlencode trap (which leaves the '>' in the KEY unencoded and makes Bitrix drop the condition) does not apply. Date-only values with a strict '>' are NOT required. The operator that IS unreliable: {FIELD: ''} ("is empty") on UF string fields returns records regardless (measured: 8 of 50 rows came back non-empty), so always client-check the value. {'!FIELD': ''} (truthy) and {FIELD: value} (exact) are reliable. | |
| select | No | Fields to return |