Use our Github repo to better understand Zoho pagination. You will want to understand how this works in order to implement it for your scheduled function. This helps us confidently work with over 200 records at a time (the max number of records you can call per page in a search or getRecords function).
Here’s the link for the CRM API docs v3, which helped me figure out how to retrieve CRM Notes.
MAKE SURE YOUR CONNECTIONS HAVE THE RIGHT SCOPES. Turns out I was a dummy and just assumed that the existing OAuth scope for CRM was correct. the ‘modules.ALL’ scope will be sufficient.