Get Risk Overview Report
- 16 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Get Risk Overview Report
- Updated on 16 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get Risk Overview Report
This endpoint returns the Risk Overview Report in CSV or JSON format.
Endpoint | |
v1/report/getRiskOverviewReport | |
Request Method | |
GET | |
Parameter | Description |
sbom_id | The ID of the SBOM |
format | The format of the response (CSV or JSON) |
Example Usage |
curl --location 'https://api.ionchannel.io/v1/report/getRiskOverviewReport?sbom_id={{sbom_id}}&format=json' \ --header 'Authorization: Bearer TOKEN' \ |
Was this article helpful?