---
title: "List packages available in a catalog"
method: GET
path: "/api/v1/catalog/catalogs/{catalog_name}/packages"
tags: ["catalogs"]
---

# List packages available in a catalog

`GET /api/v1/catalog/catalogs/{catalog_name}/packages`

Lists available packages in a catalog

Path Parameters:
- **catalog_name**: The name of the catalog

Returns:
- **UserPackageList**

## Path parameters

- `catalog_name` string, required

## Response `200`

The list of packages

- UserPackageList
  - `items` UserPackage[], required
    - `catalog` string, required
    - `name` string, required
    - `original_url` string, nullable

## Other responses

- `404` — The catalog could not be found.
- `422` — The request parameters are invalid

---

[API](https://skmtc.net/flox/apis/floxhub-catalog-server.md) · [All operations](https://skmtc.net/flox/apis/floxhub-catalog-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flox/floxhub-catalog-server/versions/05d6283fc201/schema)
