---
title: "Get a bundle by ID"
method: GET
path: "/catalog/bundles/{id}"
tags: ["Bundles"]
---

# Get a bundle by ID

`GET /catalog/bundles/{id}`

Returns the status and metadata for a specific bundle.

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogApiserverServicesBundleBundleResponse
  - `catalog_id` string
  - `catalog_type` string
  - `created_at` string
  - `created_by` string
  - `id` string
  - `name` string
  - `size_bytes` integer
  - `status` string
  - `updated_at` string
  - `version` string

## Other responses

- `401` — Unauthorized
- `404` — Bundle not found

## Changes

- **2026-08-19** `f6f3add5afaf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/catalog/bundles/:id/get.md)

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/d0ce82043e56/schema)
