Sboms

Get SBOM content link

GET
/workspaces/{workspaceId}/sboms/{sbomId}/content

Authorization

API key SBOMs: read
AuthorizationBearer <token>

API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.

In: header

Scope: SBOMs: read

Path Parameters

workspaceId*string
Formatuuid
sbomId*string

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/workspaces/00000000-0000-0000-0000-000000000001/sboms/z3Mp96lQd4Gt/content"

Time-limited link to the SBOM file.

{  "contentSasLink": "https://storage.spotflow.io/sboms/z3Mp96lQd4Gt.spdx.json?sv=2025-01-01&sig=example",  "fileName": "thermostat-application-2.4.1.spdx.json"}