Get Metrics Report
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Get Metrics Report

  • Dark
    Light
  • PDF

Article summary

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?