When backing up or exporting Notes from 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 the following limitations for Notes:
page and per_page parameters.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. For more details, refer to the Zoho CRM Notes API documentation.
To work around this limitation, split the operation into multiple requests. Use filters to ensure each request retrieves 2000 Notes or fewer, 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.