---
title: "List Catalogs"
method: GET
path: "/v1/catalogs"
tags: ["Datasets"]
---

# List Catalogs

`GET /v1/catalogs`

## Query parameters

- `from` string, nullable

## Response `200`

List of catalogs

- CatalogResponseItem
  - `from` string, required
  - `name` string, required

## Other responses

- `500` — Internal server error occurred while processing catalogs

## Changes

- **2025-03-18** `dd94571fef79` — 1 breaking, 4 info
  - the response's body type changed from `array` to `object` for status `200`
  - api tag `Datasets` added
  - api tag `Catalogs` removed
  - added the required property `from` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/spiceai/apis/runtime/changes/v1/catalogs/get.md)

---

[API](https://skmtc.dev/spiceai/apis/runtime.md) · [All operations](https://skmtc.dev/spiceai/apis/runtime/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spiceai/runtime/revisions/dd94571fef79/schema)
