You can look at https://github.com/gradle/gradle-enterprise-api-samples to see how to achieve infinite 'streaming'. You basically use the last build returned on a given query as the 'sinceBuild' of the next request. Would this work for you?
k
Ken Yee
04/07/2022, 7:54 PM
yep, will be doing that... Most paging REST APIs have a count of results between a time range though (though the API doesn't support a time range 🙂)
I'm just interested in grabbing stats for the previous day/week to keep longer term stats...