Skip to content

Download an SBOM scan result file

GET
/api/v4/jobs/{id}/sbom_scans/{sbom_digest}
id
required
integer

Job’s ID

sbom_scan_id
required
integer

SBOM Scan’s ID

OK

Media type application/json
object
id
integer format: int64
download_url
string
throttled
boolean
project_throttling_resets_in
integer
advisory_db_state
string
Example generated
{
"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