---
title: "List all bundles"
method: GET
path: "/catalog/bundles"
tags: ["Bundles"]
---

# List all bundles

`GET /catalog/bundles`

Returns a paginated list of all registered bundles ordered by created_at DESC.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogApiserverServicesBundleBundleListResponse
  - `bundles` 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
  - `pagination` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesPaginationMetadata
    - `has_next` boolean
    - `has_prev` boolean
    - `page` integer
    - `page_size` integer
    - `total_items` integer
    - `total_pages` integer

## Other responses

- `400` — Invalid pagination parameters
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

> 51 revisions in range; 1 not diffed.

- **2026-08-20** `9cd702d563cd` — 3 info
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `page_size`
  - added the non-success response with the status `400`
- **2026-08-19** `f6f3add5afaf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/catalog/bundles/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)
