---
title: "List of SBOM definition details"
method: POST
path: "/v1/appsecops/sbom_definition/batch"
tags: ["AppSecOps"]
---

# List of SBOM definition details

`POST /v1/appsecops/sbom_definition/batch`

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

## Request body

- ObjectIdBatchRequest
  - `ids` string[]

## Response `200`

Success

- AppSecopsSbomDefinition[]
  - `name` string, required — Name of the SBOM
  - `description` string — SBOM description
  - `tenant_id` string, required — Tenant ID
  - `tags` KeyValuePair[] — List of tag key/value pairs
    - `key` string — Key of the pair
    - `value` string — Value of the pair
  - `sbom_definition_id` string — Unique ID of the Sbom
  - `release_version_id` string — Release version ID of SBOM
  - `appsecops_project_id` string — SBOM related project ID
  - `created_at` string, date-time — SBOM definition created date
  - `created_by` string — Name of the user who created the SBOM definition
  - `updated_by` string — Name of the user who recently updated the SBOM definition
  - `updated_at` string, date-time — SBOM definition updated date
  - `resource_mapping_details` AppSecopsSbomResourceMappingDetails
    - `mapped_resources` AppSecopsMappedResource[]
      - `mapping_type` 'automatic' | 'manual', required — Type of Resource Mapping
      - `service_account_id` string, required — ID of service account
      - `resource_category` string, required — Category of the mapped resource
      - `resource_type` string, required — Type of the mapped resource
      - `resource` string, required — Mapped resource
      - `inventory_id` string, required — Service Resource Inventory ID
      - `resource_id` string, required — ID of the mapped resource
      - `resource_name` string — Name of the mapped resource
    - `status` 'success' | 'error' — Status of Resource Mapping
    - `message` string — Message of Resource Mapping
    - `last_mapped_at` string, date-time — The most recent date and time of automated resource mapping to the SBOM.
    - `background_job_id` RecordIdentity
      - `sysId` string — Unique Identifier of the tracked item
      - `lastUpdate` string, date-time — Last update of the tracked item
      - `table` string — Context of the tracked item

## 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)
