REST API Job Results 500 row limit actually 499

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.

Hi David,

We have fixed this embarrassing bug internally already and should be available in the next major release of Dremio.