---
title: "Get the status of a SBOM export job"
method: GET
path: "/api/v1/deployments/{deploymentId}/sbom/export/{taskToken}"
tags: ["SupplyChainService"]
---

# Get the status of a SBOM export job

`GET /api/v1/deployments/{deploymentId}/sbom/export/{taskToken}`

## Path parameters

- `deploymentId` string, int64, required — Deployment ID (numeric). Example: `123`. Can be found at `/deployments`, or in your Settings in the web UI.
- `taskToken` string, required — Task token for the SBOM export job.

## Response `200`

OK

- ProtosOpenapiV1GetSbomExportResponse
  - `downloadUrl` string — URL to download the SBOM when status is COMPLETED.
  - `errorMessage` string — Error message when status is FAILED.
  - `status` 'SBOM_EXPORT_STATUS_IN_PROGRESS' | 'SBOM_EXPORT_STATUS_COMPLETED' | 'SBOM_EXPORT_STATUS_FAILED', enum, required — Status of the SBOM export job. | value | description | |-------|---------------| | SBOM_EXPORT_STATUS_IN_PROGRESS | The SBOM export job is in progress. | | SBOM_EXPORT_STATUS_COMPLETED | The SBOM export job has completed. | | SBOM_EXPORT_STATUS_FAILED | The SBOM export job has failed. |

---

[API](https://skmtc.dev/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.dev/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
