Hi,
I'm trying to fetch last commit message for each file in the repo for a specific branch using the following api call:
https://{bitbucket_url}/rest/api/1.0/projects/{project_key}/repos/{repo_slug}/last-modified/{path}?at={branch}
It works fine for a repositories with a small number of files, however I have some huge repositories that I want to fetch data from (>1000 files).
The response I am getting there is: 500 Internal Server Error
When using browser it looks like:
I tried to increase timeouts, but it didn't help. And seems like there is no solutions to set limits using pagination (tried adding &limit=25 to a query - no results).
Any suggestions? Any help would be appreciated.
Regards
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.