Get SBOM by asset ID
Get SBOM for an asset by asset ID
Retrieve the Software Bill of Materials (SBOM) for a specific asset, identified by its asset ID passed as a query parameter. Use this endpoint instead of GET /v1/tenant/assets//sbom when the asset ID contains a forward slash, such as GCP Cloud Functions.
GET
Get SBOM by asset ID
Authorizations
Bearer API Key. For example, "Bearer {Tenant API Key}"
Headers
Bearer API Key. For example, "Bearer {Tenant API Key}"
application/json
Query Parameters
The asset ID (PRN) to retrieve the SBOM for, as returned by the assets endpoints. URL-encode the value, since an asset ID containing a forward slash must use this endpoint rather than the path-based one.