---
title: "List all bundles"
method: GET
path: "/bundle/"
tags: ["bundle"]
---

# List all bundles

`GET /bundle/`

## Query parameters

- `page` integer
- `per_page` integer
- `uuid` string
- `author` string
- `vuln_id` string
- `meta` string
- `date_from` string, date
- `date_to` string, date

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- BundlesList[]
  - `metadata` Metadata
    - `count` integer — Total number of the items of the data.
    - `page` integer — Number of the page.
    - `per_page` integer — Requested limit data.
  - `data` Bundle[] — List of bundles.
    - `uuid` string — Bundle id.
    - `vulnerability_lookup_origin` string — UUID of the Vulnerability-Lookup origin instance.
    - `name` string — Bundle name.
    - `description` string — Description.
    - `creation_timestamp` string, date-time — Creation 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.

---

[API](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/versions/e6ef25beb687/schema)
