---
title: "GET /api/bundles"
method: GET
path: "/api/bundles"
tags: ["api", "bundles"]
---

# GET /api/bundles

`GET /api/bundles`

Get all Bundles

## Query parameters

- `name` string
- `top` integer — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer — The number of objects to skip for the requested result

## Response `200`

OK

- GETBundlesGetAllBundles200Response
  - `docs` object[]
    - `_id` string, required — The ID of the bundle
    - `active` boolean, required — Whether the bundle is active
    - `name` string, required — The name of the bundle
    - `description` string, required — The description of the bundle
    - `image` string, nullable — The image of the bundle
    - `components` object[], required — The components of the bundle
      - `_id` string — The ID of the bundle component
      - `name` string, required — The ID of the bundle component
      - `options` union[], required — Options for the bundle component
        - union
          - object
            - `_id` string — The ID of the option
            - `type` 'pricetype', required
            - `price` number, float, nullable — The price of the bundle component option
            - `priceType` object, required
              - …
          - object
            - `_id` string — The ID of the option
            - `price` number, float, nullable — The price of the bundle component option
            - `type` 'product' | 'tickettype', required
      - `minQuantity` number, float, required — Minimum quantity of the bundle component
      - `maxQuantity` number, float, required — Maximum quantity of the bundle component
      - `localization` object — Localization of the bundle component for multiple languages
    - `triggers` object[], required — The triggers of the bundle
      - `_id` string — The ID of the bundle component
      - `type` string
      - `target` object
        - `componentId` string, required — The component which should trigger the bundle
    - `createdAt` string, date-time — An ISO timestamp indicating when the product was created
    - `updatedAt` string, date-time — An ISO timestamp indicating when the product was updated
    - `sellerId` string, required — The ID of the seller of the bundle
    - `showOnlyTotalPrice` boolean, required — Whether to show the total only
    - `localization` object — Localization of the bundle for multiple languages
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
