Help with zoho.crm.getRecords

Help with zoho.crm.getRecords

Dear community, I have one question about a deluge function.

I'm using the function 

zoho.crm.getRecords("Accounts", 0, 200, {"cvid": 3966036000418539959});

To return all the records from my custom view id 3966036000418539959.

The issue I'm facing is that in the custom view, I have 7825 records, way more than the 200 records per page (as specified on the function above)

How can I manage the code in order to return all the records from this view? Even if they are more than 200?

could you help me please?

thanks in advance!

rodrigo.