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

# List bundles

`GET /bundles`

Returns a paginated list of all product bundles.

## Query parameters

- `page` integer
- `per_page` integer
- `search` string
- `date_begin` string, date
- `date_end` string, date
- `order` string
- `sort` 'asc' | 'desc'

## Response `200`

Paginated list of bundles

- PaginatedBundles
  - `current_page` integer
  - `last_page` integer
  - `per_page` integer
  - `total` integer
  - `from` integer
  - `to` integer
  - `data` Bundle[]
    - `id` integer
    - `self` string
    - `name` string
    - `description` string, nullable
    - `value` number
    - `value_shipping` number, nullable
    - `currency` string
    - `amount` string, nullable — Formatted price with currency symbol.
    - `amount_shipping` string, nullable
    - `buyer_link` string, uri, nullable
    - `images` string[], nullable
    - `expiration` string, date-time, nullable
    - `expiration_unit` number, nullable
    - `expiration_amount` number, nullable
    - `is_expired` boolean
    - `is_active` boolean
    - `is_shippable` boolean
    - `tag` string, nullable
    - `visits` integer, nullable
    - `metadata` object, nullable
    - `created_by` integer, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `qr_link` string, uri, nullable
    - `connections` Connections — Hypermedia links to related resources.

## Changes

- **2026-03-11** `ff825f6602c8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/truust-io/apis/truust-api/changes/bundles/get.md)

---

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