@Daniel_Lof no this is not a setting, this is how the Teamtailor API was build.
Every “List jobs” request outputs 10 records within the array, and a “links” object which will contain the next page. If you want mulitple / all records you will have to iterate over the amount of next pages.
You can take a look here for inspiration: