Kommo query parameters
This article describes the API request parameters used by the Kommo connector to retrieve data.
Main parameters
Parameters for Kommo API requests: limit (record count limit), page (pagination), filter[status] (status filter), filter[pipeline] (pipeline filter), with (including related data).
Pagination
LightLead automatically manages pagination when loading large volumes of data. Pagination types:
| Type | Description | Parameters |
|---|---|---|
| Page-based (offset) | Page-by-page loading | page/limit or offset/limit |
| Cursor-based | Loading via cursor | after/next_page_token |
| Time-based | Loading by date range | date_from/date_to |
Limit management
For optimal performance, consider:
Page size: the optimal size depends on the volume of data in the fields
Request frequency: respect the CRM's rate limits
Parallel requests: requests are executed sequentially where possible
Caching: frequently requested data is cached
Error handling
When limits are exceeded or timeouts occur, LightLead applies:
Automatic retry — request retry with exponential backoff
Partial loading — preserving already received data if interrupted
Notification — informing the user about sync issues