---
title: "GET /bundles/{bundle_id}/resources"
method: GET
path: "/bundles/{bundle_id}/resources"
tags: ["bundles"]
---

# GET /bundles/{bundle_id}/resources

`GET /bundles/{bundle_id}/resources`

Returns a list of `Resource` objects in a given bundle.

## Path parameters

- `bundle_id` string, uuid, required

## Query parameters

- `page_size` integer
- `cursor` string

## Response `200`

A list of resources for the bundle.

- PaginatedBundleResourceList
  - `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.
  - `bundle_resources` BundleResource[], required
    - `bundle_id` string, uuid — The ID of the bundle containing the resource.
    - `resource_id` string, uuid — The ID of the resource within a bundle.
    - `access_level_name` string — The access level of the resource within a bundle.
    - `access_level_remote_id` string — The remote ID of the access level of the resource within a 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)
