---
title: "Get All Bundles"
method: GET
path: "/api/v2/bundles"
tags: ["Bundle"]
---

# Get All Bundles

`GET /api/v2/bundles`

This endpoint retrieves all bundles for the current organization.<h3>Required Scope</h3>`bundles:read` or `bundles:write`

## Query parameters

- `next` string
- `limit` integer

## Response `200`

Success

- ListedBundle
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedBundleData[]
    - `type` string
    - `id` string
    - `attributes` ListedBundleAttributes
      - `title` string, nullable — The title of the bundle.
      - `description` string, nullable — The description of the bundle.
      - `created-at` string, date-time — Date that the bundle was last modified. (UTC)
      - `modified-at` string, date-time — Date that the bundle was last modified. (UTC)
    - `links` SelfLink
      - `self` string

---

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