Can we publish the scanned report through email

Can we publish the scanned report through email. please let me know is there a way to download scanned sonarcloud report. any help would be greatly appreciated.

Thanks,
Manjunath

Team,
can we use rest api call to download the sonarcloud report.

Hello @manjunathag ,

There is no download available directly through the user interface. As you have already suggested, you can use our API to query the discovered issues and calculated measures as well. You can find more information on the following page: https://sonarcloud.io/web_api/

Hi,
in the following https://sonarcloud.io/web_api/ i don’t see the option to publish report. any suggestions?

Hello @manjunathag ,

As an example, you could use the following endpoint to retrieve issues in your project: https://sonarcloud.io/web_api/api/issues/search .