---
title: "List Iceberg namespaces"
method: GET
path: "/v1/iceberg/namespaces"
tags: ["Iceberg"]
---

# List Iceberg namespaces

`GET /v1/iceberg/namespaces`

This endpoint retrieves namespaces available in the Iceberg catalog.
If a `parent` namespace is provided, it will list the child namespaces under the specified parent.

## Query parameters

- `parent` Namespace
  - `parts` string[], required

## Response `200`

Namespaces retrieved successfully

- NamespacesResponse
  - `namespaces` Namespace[], required
    - `parts` string[], required

## Other responses

- `400` — Bad request
- `404` — Namespace not found
- `500` — Internal server error

---

[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)
