Hi,
Welcome to the community!
SonarQube Enterprise Edition($$) offers reports, but SonarCloud does not. You’ll need to pull data using the Web API and craft your own reports.
The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.
You may also find this guide helpful.
HTH,
Ann