---
title: "GET /v1/iceberg/namespaces/{namespace}/tables"
method: GET
path: "/v1/iceberg/namespaces/{namespace}/tables"
tags: ["Iceberg"]
---

# GET /v1/iceberg/namespaces/{namespace}/tables

`GET /v1/iceberg/namespaces/{namespace}/tables`

## Response `200`

Tables retrieved successfully

- ListTablesResponse
  - `identifiers` TableIdentifier[], required
    - `name` string, required
    - `namespace` Namespace, required
      - `parts` string[], required

## Other responses

- `400` — Invalid namespace format
- `404` — Namespace does not exist

## Changes

- **2026-03-17** `934753ac3413` — 1 info
  - added the non-success response with the status `400`
- **2026-02-06** `c4d7063e0abe` — 1 info
  - endpoint added
- **2025-03-18** `dd94571fef79` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/spiceai/apis/runtime/changes/v1/iceberg/namespaces/:namespace/tables/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)
