I would like to obtain the current status of the quality gate for my projects in SonarQube via the SonarQube web api, but I do not see quality gate as
Since SonarQube 5.3 you can get the Qualitygate Status using the API: http://[sonarhost]/api/qualitygates/project_status?analysesId=[ID]
Since SonarQube 5.4: http://[sonarhost]/api/qualitygates/project_status?projectKey=[key]