The `builds` information is limited to returning only the most recent
100 results.
You can replace that with `allBuilds`, and use the `{m,n}` paging
mechanism you mentioned. Though note that it starts at 0, not 1..
So you can use {0,100} to get the first 100, then {100,200} to get the
next hundred, and so on.
Regards,
Chris