---
title: "Retrieve a Bundle"
method: GET
path: "/v3/bundles/{id}"
tags: ["Bundle"]
---

# Retrieve a Bundle

`GET /v3/bundles/{id}`

Retrieves a single bundle. Each bundle contains a list of entitlements, meters, credits, and other bundles.

## Path parameters

- `id` string, required

## Response `200`

OK

- Bundle
  - `tenantId` string
  - `subTenantId` string
  - `type` string
  - `id` string
  - `label` string
  - `description` string — Returned if not null
  - `includes` Includes
    - `entitlements` string[]
    - `meters` string[]
    - `credits` string[]
    - `bundles` string[]
  - `auto_assign` 'none' | 'all' | 'anonymous' | 'authenticated'

## Other responses

- `401` — Unauthorized. Returned if no valid authentication was provided.
- `404` — Not Found. Returned if the ID is invalid. No bundle found.

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
