KeyCRM Query Parameters
This article describes the API request parameters used by the KeyCRM connector to fetch data.
Main Parameters
KeyCRM API request parameters: limit, page (pagination), filter[status] (status filter), filter[created_at] (creation date filter), include (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 a cursor | after/next_page_token |
| Time-based | Loading by date range | date_from/date_to |
Managing Limits
To optimize performance, keep in mind:
Page size: the optimal size depends on the volume of data in the fields
Request rate: 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 — retrying the request with exponential backoff
Partial load — preserving already-fetched data if interrupted
Notification — informing the user about sync issues