---
title: "List of sbom component details"
method: POST
path: "/v1/appsecops/sbom_components/batch"
tags: ["AppSecOps"]
---

# List of sbom component details

`POST /v1/appsecops/sbom_components/batch`

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

## Request body

- ObjectIdBatchRequest
  - `ids` string[]

## Response `200`

Success

- AppSecopsSbomComponent[]
  - `author` string — Author of the component
  - `component_id` string — Unique identifier for the component
  - `cpe` string — Common Platform Enumeration (CPE) identifier for the component
  - `dependent_component_ids` string[] — List of dependent component references
  - `description` string — Description of the component
  - `external_references` AppSecopsExternalReferenceDetail[]
    - `url` string — External reference URL
    - `name` string — Name of the external reference
    - `type` string — Type of reference (e.g., advisory, report, fix)
    - `source` string — Source of the external reference
  - `licenses` AppSecopsLicenseDetails[] — License for the component
    - `name` string — Unique identifier for the license
    - `terms` string — Terms of the license
  - `name` string — Name of the component
  - `properties` AppSecopsSbomComponentProperty[]
    - `name` string — Name of the SBOM component property
    - `value` string — value of the SBOM component
  - `purl` string — Package URL (PURL) that uniquely identifies the component across ecosystems
  - `version` string — 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

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
