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

# Get a table.

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

This endpoint returns the table if it exists, otherwise it returns a 404 Not Found response.

## Path parameters

- `namespace` string, required
- `table` string, required

## Response `200`

Table exists

- LoadTableResponse
  - `metadata` TableMetadata, required
    - `current-schema-id` integer, required
    - `default-sort-order-id` integer, required
    - `default-spec-id` integer, required
    - `format-version` 'V2', required
    - `last-column-id` integer, required
    - `last-partition-id` integer, required
    - `last-sequence-number` integer, required
    - `last-updated-ms` integer, required
    - `location` string, required
    - `partition-specs` object, required
    - `schemas` object, required — Iceberg schemas, see `<https://apache.github.io/iceberg/spec/#schemas>`.
    - `sort-orders` object, required
    - `table-uuid` string, required

## Other responses

- `404` — Table does not exist
- `500` — An internal server error occurred while getting the table

## Changes

- **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/:table/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)
