I have a branch where lots of commit have happened and now the difference between branches is more than 1000 files (1229 to be precise)
this Bitbucket api
has a limitation on retrieving file changes more then 1000 files
When requesting files after 1000 files by setting start=1000&limit=100
We get below response
{"fromHash":"3f3127446569ca393b0e9c04c4ac0ecfa0500b80","toHash":"refs/heads/release/22.5.0","properties":{},"values":[],"size":0,"isLastPage":false,"start":1000,"limit":100,"nextPageStart":null}