You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I need to get all artifacts from Bitbucket Downloads and delete these which are older that 5 days. Unfortunately I observe that Bitbucket always returns paginated responses. Is there a way to get all results from Bitbucket REST API without pagination?
You can't disable pagination, but you can increase the number of entries in a page. Depending on how many items you are expecting you might be able to fit all of them in a single page. The maximum pagelen varies between each endpoint and you can set it using pagelen=50, for instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.