I am trying to retrieve all the jobs in saucelabs, currently i am running curl on the api link https://api.eu-central-1.saucelabs.com/v1/rdc/jobs/, but only a handful of results are being shown instead of all. Is there a way to show all?
My current command is: curl -u "user:key" -X GET "https://api.eu-central-1.saucelabs.com/v1/rdc/jobs/"
if anyone knows how to make all the results show, it would be much appreciated.
