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"
}
}Changes
Changed in 2 of the 53 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 239 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲