When I issue this call that returns a repository list which exceeds 200 repos, I get an HTTP 500 error.
https://api.bitbucket.org/1.0/group-privileges/team/test/groupname/
This is the response I get:
b'{"type": "error", "error": {"message": "Something went wrong", "id": "ca1abe7e9dd646bbbd18b69bb96d7df3"}}'
It's working If the return list is less than 200 repos.
Is there a return limit for this call? Is there an equivalent "pagelen" parameter than I can use to paginate the return list? Is there a workaround for this? I need to get the list of repositories for each usergroup. Thanks!