---
title: "Get bundle by ID"
method: GET
path: "/bundles/{bundle_id}"
tags: ["bundles"]
---

# Get bundle by ID

`GET /bundles/{bundle_id}`

Returns a `Bundle` object.

## Path parameters

- `bundle_id` string, uuid, required

## Response `200`

The requested `Bundle`.

- Bundle
  - `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/versions/13b58df96d40/schema)
