---
title: "GET /api/bundle/{bundle_uuid}"
method: GET
path: "/api/bundle/{bundle_uuid}"
tags: ["bundle"]
---

# GET /api/bundle/{bundle_uuid}

`GET /api/bundle/{bundle_uuid}`

Get a bundle with its UUID.

## Headers

- `X-Fields` string, mask

## Response `200`

Success.

- Bundle
  - `uuid` string — Bundle id.
  - `vulnerability_lookup_origin` string — UUID of the Vulnerability Lookup origin instance.
  - `name` string — Bundle id.
  - `description` string — Description.
  - `creation_timestamp` string, date-time — Updated time of the bundle.
  - `timestamp` string, date-time — Updated time of the bundle.
  - `related_vulnerabilities` string[] — One or more vulnerability references (CVE ID, GHSA-ID, PYSEC ID, etc.) for this bundle.
  - `meta` object — Zero or more meta-fields.
  - `author` User
    - `login` string — Login of the user.
    - `name` string — Name of the user.
    - `uuid` string — UUID of the user.

## Other responses

- `404` — Bundle not found.

## Changes

- **2024-07-31** `532242ce343b` — 1 info
  - added the non-success response with the status `404`
- **2024-07-09** `c6312aaa7715` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/api/bundle/:bundle_uuid/get.md)

---

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