Get Metrics Report
- 16 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Get Metrics 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 Metrics Report
This endpoint returns the Metrics Report in CSV or JSON format.
Endpoint | |
v1/report/getMetrics | |
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/getMetrics?sbom_id={{sbom_id}}&format=csv' \ --header 'Authorization: Bearer TOKEN' \ |
Was this article helpful?