---
title: "Get SBOM as raw json"
method: GET
path: "/api/sbom/{analysis_id}"
tags: ["API SBOM"]
---

# Get SBOM as raw json

`GET /api/sbom/{analysis_id}`

Returns the SBOM of a firmware analysis in raw JSON format.

## Path parameters

- `analysis_id` string, uuid, required

## Response `200`

OK

- object
  - `sbom` object

## Changes

- **2026-07-17** `98a5d5ce98f0` — 1 info
  - endpoint added
- **2025-07-07** `b4396de6eb70` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/e-m-b-a/apis/embark-api/changes/api/sbom/:analysis_id/get.md)

---

[API](https://skmtc.dev/e-m-b-a/apis/embark-api.md) · [All operations](https://skmtc.dev/e-m-b-a/apis/embark-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/e-m-b-a/embark-api/revisions/98a5d5ce98f0/schema)
