How can I get more than a thousand records with GET api/ce/activity?

i can get more than thousand registries for the method GET api/ce/activity?
i use the method GET api/ce/activity for check the activite since a week ago, but the API only show me thousand registries(i know they are more than those).

I would like to be able to bring all the records and not just the 1000 to which the API limits, or to be able to paginate

Welcome :slight_smile:

for paginated web api calls see source snippet in this post

Gilbert

And just in case, it should be noted that pagination was fully implemented for this Web API in 9.4 (SONAR-10930)