---
title: "List Spicepods"
method: GET
path: "/v1/spicepods"
tags: ["General"]
---

# List Spicepods

`GET /v1/spicepods`

Get a list of spicepods and their summary details.

## Query parameters

- `format` 'json' | 'csv'

## Response `200`

List of spicepods

- SpicepodSummary[]
  - `datasets_count` integer — The number of datasets in this spicepod
  - `dependencies_count` integer — The number of dependencies in this spicepod
  - `models_count` integer — The number of models in this spicepod
  - `name` string, required — The name of the spicepod
  - `version` string, required — The version of the spicepod

## Other responses

- `500` — Internal server error

## Changes

> 53 revisions in range; 26 could not be searched.

- **2025-03-18** `dd94571fef79` — 3 breaking, 3 warning
  - the `items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `items/name` from the response with the `200` status
  - removed the required property `items/version` from the response with the `200` status
  - removed the optional property `items/datasets_count` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/spiceai/apis/runtime/changes/v1/spicepods/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/fb597a4eaa56/schema)
