We’re using SonarQube Developer Edition version 7.9.1 and try to get details about analyses for reporting tools. We’re using the GET api/project_analyses/search REST API with project & category=VERSION.
However it does report analyses only for the main branch, and nothing for the other branches (long-lived or short-lived). I don’t see any parameter in api/project_analyses/search allowing to filter on branch names.