Bulk APIs - Page 2 result says more_records: 'true' when I have only less than 2,10,000 records
We are using bulk apis to get data from Zoho Recruit. We have recently crossed 200,000 records and hence bulk read API needs to be added for page: 2 post page: 1 results according to below documentation.
When we send request for page: 2, the result again has 200,000 records with more_records: true. When I download and compare, page: 1 result and page: 2 results are same.
I am hoping to pull 200,000 records using page: 1 and rest 257 records using the request with page: 2.
I feel there is a problem with the bulk APIs especially moving to the next page.
Have you seen this issue before? Any help is much appreciated as its breaking our analytics engine that requires some key attributes on a daily basis - so, your prompt help will be much appreciated.