v1

latestOpenAPI 3.1.02026-07-1730321418.0 KB
Iceberg

Get a table.

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

get/v1/iceberg/namespaces/{namespace}/tables/{table}

Path parameters

namespacestring required

The namespace of the table.

tablestring required

The name of the table.

Response

Table exists

Example response

{
  "metadata": {
    "table-uuid": "2b9da507-2c07-4bb3-9f0b-8df66a5e9e53"
  }
}