---
title: "Check if a table exists."
method: HEAD
path: "/v1/iceberg/namespaces/{namespace}/tables/{table}"
tags: ["Iceberg"]
---

# Check if a table exists.

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

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

## Path parameters

- `namespace` NamespacePath, required — unresolved $ref
- `table` string, required

## Response `200`

Table exists

## Other responses

- `404` — Table does not exist

## 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/head.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)
