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

# Get bundles

`GET /bundles`

Returns a list of `Bundle` objects.

## Query parameters

- `page_size` integer
- `cursor` string
- `contains` string

## Response `200`

A list of bundles for your organization.

- PaginatedBundleList
  - `previous` string, nullable — The cursor used to obtain the current result page.
  - `next` string, nullable — The cursor with which to continue pagination if additional result pages exist.
  - `total_count` integer — The total number of items in the result set.
  - `bundles` Bundle[], required
    - `bundle_id` string, uuid — The ID of the bundle.
    - `name` string — The name of the bundle.
    - `description` string — The description of the bundle.
    - `created_at` string, date-time — The creation timestamp of the bundle, in ISO 8601 format
    - `updated_at` string, date-time — The last updated timestamp of the bundle, in ISO 8601 format
    - `admin_owner_id` string, uuid — The ID of the owner of the bundle.
    - `total_num_items` integer — The total number of items in the bundle.
    - `total_num_resources` integer — The total number of resources in the bundle.
    - `total_num_groups` integer — The total number of groups in the bundle.

---

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