Closed deskjet482 closed 4 years ago
Hi @deskjet482
According to JobsController implementation, you should be able to set the page with the query parameter p
(starting from 1), like that:
curl "http://localhost:8080/jobs?p=2" | jq .
Thanks
Hi
When i run: curl http://localhost:8080/jobs | jq .
I get a list of the last 20 jobs but i have 71 jobs. It says i have 4 pages worth. how can i get the next page?
Cheers, Alex