v1

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

List of SBOM version details

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

post/v1/appsecops/sbom_version/batch

Request body

idsstring[]

Response

Success

tenant_idstring required

Tenant ID

sbom_definition_idstring required

Unique ID of the SBOM

attachment_idstring required

Unique ID of the attachment to identify the SBOM version file

build_idstring

Unique ID of the build associated with the SBOM version

sbom_version_idstring

Unique ID of the SBOM version

predecessor_version_idstring

Unique ID of the previous SBOM version from which this version is created

version_numberinteger

Sequence number of the SBOM version

created_atstring date-time

SBOM version created date

created_bystring

Name of the user who created the SBOM version

updated_atstring date-time

SBOM version updated date

updated_bystring

Name of the user who updated the SBOM version

component_idsstring[]

List of IDs used to refer the components under the SBOM version

vulnerability_idsstring[]

List of vulnerability IDs detected in the components of this SBOM version

sbom_version_vulnerability_idsstring[]

List of IDs that associate each vulnerability with this SBOM version, including version-specific details

Example response

[
  {
    "metadata": {
      "component_type": "application",
      "tools": [
        {
          "tool_type": "application"
        }
      ]
    },
    "parser_status": {
      "status": "error"
    }
  }
]