provider Security Monitoring GET /api/v2/security/sboms
@utdk/datadog /api/v2/security/sboms
List assets SBOMs
Get a list of assets SBOMs for an organization. ### Pagination Please review the [Pagination section](#pagination) for the "List Vulnerabilities" endpoint. ### Filtering Please review the [Filtering section](#filtering) for the "List Vulnerabilities" endpoint. ### Metadata Please review the [Metadata section](#metadata) for the "List Vulnerabilities" endpoint.
page[token] query
Its value must come from the `links` section of the response of the first request. Do not manually edit it.
string
page[number] query
The page number to be retrieved. It should be equal to or greater than 1.
integer
filter[asset_type] query
The type of the assets for the SBOM request.
enum: Repository, Service, Host, HostImage…
filter[asset_name] query
The name of the asset for the SBOM request.
string
filter[package_name] query
The name of the component that is a dependency of an asset.
string
filter[package_version] query
The version of the component that is a dependency of an asset.
string
filter[license_name] query
The software license name of the component that is a dependency of an asset.
string
filter[license_type] query
The software license type of the component that is a dependency of an asset.
enum: network_strong_copyleft, non_standard_copyleft, other_non_free, other_non_standard…

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listassetssboms
GET/api/v2/security/sboms
Get a list of assets SBOMs for an organization. ### Pagination Please review the [Pagination section](#pagination) for the "List Vulnerabilities" endpoint. ### Filtering Please review the [Filtering section](#filtering) for the "List Vulnerabilities" endpoint. ### Metadata Please review the [Metadata section](#metadata) for the "List Vulnerabilities" endpoint.

Its value must come from the `links` section of the response of the first request. Do not manually edit it.

The page number to be retrieved. It should be equal to or greater than 1.

The type of the assets for the SBOM request.

The name of the asset for the SBOM request.

The name of the component that is a dependency of an asset.

The version of the component that is a dependency of an asset.

The software license name of the component that is a dependency of an asset.

The software license type of the component that is a dependency of an asset.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listassetssboms()