---
title: "Get a Specific Bundle"
method: GET
path: "/api/v2/bundles/{id}"
tags: ["Bundle"]
---

# Get a Specific Bundle

`GET /api/v2/bundles/{id}`

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

## Path parameters

- `id` string, required

## Response `200`

Success

- Bundle
  - `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)
