I’m using the on‑prem SonarQube API successfully with api/measures/search_history. On SonarCloud (cloud), the same call returns:
{“errors”: [{ “msg”: “Project doesn’t exist” }]}
Althought the project exists in my organization dashboard (I also can get the project key when I call api/projects/search). Help appreciated.
More detail:
url: https://sonarqube.us/api/measures/search_history?component=<project_key>&metrics=coverage
Thanks!
Khang