Resolving the 'You can only get the first 2000 records without using page_token param' error for Notes in Zoho CRM
When backing up or importing Notes in Zoho CRM through Skyvia, you may encounter the following error:
You can only get the first 2000 records without using page_token param.
The Zoho CRM API imposes this limitation for Notes:
- A maximum of 200 records can be retrieved per API call.
- The total number of Notes retrievable in a single operation is limited to 2000.
- Pagination for Notes is implemented using the page and per_page parameters.
- The page_token parameter is not supported for the Notes API.
As a result, even though pagination exists, it does not allow retrieving more than 2000 Notes in total.
Here's the article
Notes APIs that dives deeper into the topic.
To work around this limitation, you need to split the operation into multiple requests. Use filters to ensure each request retrieves ≤2000 Notes (for example, filter by creation date or by related records). Until Zoho adds page_token support for the Notes API, this limitation cannot be fully bypassed.
Related Articles
Zoho CRM: Integration failed: inactive user cannot access the API error
This error message is returned by the Zoho CRM API. Skyvia connects to data sources through their APIs and therefore is subject to its features and limitations. Unfortunately, there are no additional details, as this is all the information received ...
Zoho CRM: An error occurred during login operation. Error: invalid_code
If you encounter the login error An error occurred during login operation. Error: invalid_code while connecting to Zoho CRM, it means the wrong Domain is selected in your Zoho CRM connection. To resolve the issue, open your connection settings, ...
Salesforce: Expired access/refresh token
If you see an "expired access/refresh token" error, your Salesforce OAuth connection is invalid due to token expiration or revocation. Please open your Salesforce connection, sign in again to get a new token, and save it. Click the Test Connection ...
Data Integration: You have reached the limit of records
The error "You have reached the limit of records" usually occurs when the number of records exceeds the limit specified in your current Data Integration product plan. To resolve this issue, you have a few options: Upgrade your plan to increase the ...
Understanding Records in Skyvia Data Integration
1.1 Understanding Records in Skyvia Data Integration A record in Data Integration represents a single row in a database table. Every integration process (Import, Replication, Export, Synchronization, etc.) handles individual records. Records also ...