The limit option only returns 499 rows at most. Please change it to 500… Thanks…
Retrieve results for a completed job
GET /api/v3/job/{id}/results?offset={offset}&limit={limit}
Copy
This endpoint supports pagination. Set offset to where you want to start from (defaults to 0). limit determines how many rows are returned - defaults to 100 and can not be larger than 500.