Download an SBOM scan result
GET
/api/v4/jobs/{id}/sbom_scans/{sbom_digest}
Downloads an SBOM scan result file for a specified job.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
Job’s ID
sbom_scan_id
required
integer
SBOM Scan’s ID
Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
download_url
string
throttled
boolean
project_throttling_resets_in
integer
advisory_db_state
string
Examplegenerated
{ "id": 1, "download_url": "example", "throttled": true, "project_throttling_resets_in": 1, "advisory_db_state": "example"}Sbom Scan in progress
Bad request
Forbidden
Not Found
Sbom Scan failed