v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
AppSecOps

List of sbom component details

Details of the given batch of SBOM component IDs. Supports a maximum of 1000 IDs per request.

post/v1/appsecops/sbom_components/batch

Request body

idsstring[]

Response

Success

authorstring

Author of the component

component_idstring

Unique identifier for the component

cpestring

Common Platform Enumeration (CPE) identifier for the component

dependent_component_idsstring[]

List of dependent component references

descriptionstring

Description of the component

namestring

Name of the component

purlstring

Package URL (PURL) that uniquely identifies the component across ecosystems

versionstring

Version of the component

component_type'application' | 'container' | 'cryptographic-asset' | 'data' | 'device' | 'device-driver' | 'file' | 'firmware' | 'framework' | 'library' | 'machine-learning-model' | 'operating-system' | 'platform'

Sbom component type

Example response

[
  {
    "component_type": "application"
  }
]