1---
2id: head-table
3title: "Check if a table exists."
4description: "This endpoint returns a 200 OK response if the table exists, otherwise it returns a 404 Not Found response."
5sidebar_label: "Check if a table exists."
6hide_title: true
7hide_table_of_contents: true
8api: eJy9VMFu2zAM/RWBpw1QbDfIYfOt6Das2LABQ3cqglaxmUioLakinbYw/O8DbTdNO3SHHXqSTFKP5OOje2CzIygv4bzCDaYdrDXUSFVykV3wUMKFdaTQ1zE4zyohd8mTMmpZFOrnN5WQYvCEym0VW1RsNg0qvHfEpFVgi+nOifv47apYqR+B1ZfQ+foAkYGGEDEZyXxeQwkWTX01IoKGaJJpkTFJvT140yKU40HRVBLhpN5o2IKGhLedS1hDyalDDVRZbA2UPfBDlIfEyfkdDIM+YD1m+j+ctQRPnZD4l0Uhxws2j+iBQcOqWL0WVAck5QNP0VIotMg2PBIzUsIWSsj3J7mb5pcf+KC8P9yHfGyN8n48B9BAmPaPVHapEUzmWOZ5EyrT2EBcfig+FvBSDt/FrWrcYxNii57VhJSps+C3btclVHeOrbpeLATxOgNhhrDqkuOHMZ+J7uoG5b4Wn/PbMBLquBFGU+fZtfhX6guLiqKrsFZPIY2r0BPK+3mKp9FUFhfLTIp3NXp2W4fpuWfQIO1PwMusyIpF52kSwKAhBuLW+CPUM4vVjYjcPJN49rLKHqrgGT2/+erMemS85zw2xnlpZBxtPwvlEvYnwsm86vppeQg0lMerNOlFrBMnaw2iCcHo+40h/J2aYRDzbYdpHKWGvUlujJYh147kXkO5NQ3hP2h692vesffqtTZmo/EPIGmaTr5Aw6iio3+ALPMbJp71sj5eza+fTz/BMPwBJGjQHA==
9sidebar_class_name: "head api-method"
10info_path: docs/api/HTTP/runtime
11custom_edit_url: null
12proxy: http://localhost:8090
13---
14
15import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
16import ParamsDetails from "@theme/ParamsDetails";
17import RequestSchema from "@theme/RequestSchema";
18import StatusCodes from "@theme/StatusCodes";
19import OperationTabs from "@theme/OperationTabs";
20import TabItem from "@theme/TabItem";
21import Heading from "@theme/Heading";
22import Translate from "@docusaurus/Translate";
23
24<Heading
25 as={"h1"}
26 className={"openapi__heading"}
27 children={"Check if a table exists."}
28>
29</Heading>
30
31<MethodEndpoint
32 method={"head"}
33 path={"/v1/iceberg/namespaces/{namespace}/tables/{table}"}
34 context={"endpoint"}
35>
36
37</MethodEndpoint>
38
39
40
41This endpoint returns a 200 OK response if the table exists, otherwise it returns a 404 Not Found response.
42
43<Heading
44 id={"request"}
45 as={"h2"}
46 className={"openapi-tabs__heading"}
47>
48 <Translate id="theme.openapi.request.title">Request</Translate>
49</Heading>
50
51<ParamsDetails
52 {...require("./head-table.ParamsDetails.json")}
53>
54
55</ParamsDetails>
56
57<RequestSchema
58 {...require("./head-table.RequestSchema.json")}
59>
60
61</RequestSchema>
62
63<StatusCodes
64 {...require("./head-table.StatusCodes.json")}
65>
66
67</StatusCodes>
68
69
70
1---
2id: head-table
3title: "Check if a table exists."
4description: "This endpoint returns a 200 OK response if the table exists, otherwise it returns a 404 Not Found response."
5sidebar_label: "Check if a table exists."
6hide_title: true
7hide_table_of_contents: true
8api: eJy9VMFu2zAM/RWBpw1QbDfIYfOt6Das2LABQ3cqglaxmUioLakinbYw/O8DbTdNO3SHHXqSTFKP5OOje2CzIygv4bzCDaYdrDXUSFVykV3wUMKFdaTQ1zE4zyohd8mTMmpZFOrnN5WQYvCEym0VW1RsNg0qvHfEpFVgi+nOifv47apYqR+B1ZfQ+foAkYGGEDEZyXxeQwkWTX01IoKGaJJpkTFJvT140yKU40HRVBLhpN5o2IKGhLedS1hDyalDDVRZbA2UPfBDlIfEyfkdDIM+YD1m+j+ctQRPnZD4l0Uhxws2j+iBQcOqWL0WVAck5QNP0VIotMg2PBIzUsIWSsj3J7mb5pcf+KC8P9yHfGyN8n48B9BAmPaPVHapEUzmWOZ5EyrT2EBcfig+FvBSDt/FrWrcYxNii57VhJSps+C3btclVHeOrbpeLATxOgNhhrDqkuOHMZ+J7uoG5b4Wn/PbMBLquBFGU+fZtfhX6guLiqKrsFZPIY2r0BPK+3mKp9FUFhfLTIp3NXp2W4fpuWfQIO1PwMusyIpF52kSwKAhBuLW+CPUM4vVjYjcPJN49rLKHqrgGT2/+erMemS85zw2xnlpZBxtPwvlEvYnwsm86vppeQg0lMerNOlFrBMnaw2iCcHo+40h/J2aYRDzbYdpHKWGvUlujJYh147kXkO5NQ3hP2h692vesffqtTZmo/EPIGmaTr5Aw6iio3+ALPMbJp71sj5eza+fTz/BMPwBJGjQHA==
9sidebar_class_name: "head api-method"
10info_path: docs/api/HTTP/runtime
11custom_edit_url: null
12proxy: http://localhost:8090
13---
14
15import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
16import ParamsDetails from "@theme/ParamsDetails";
17import RequestSchema from "@theme/RequestSchema";
18import StatusCodes from "@theme/StatusCodes";
19import OperationTabs from "@theme/OperationTabs";
20import TabItem from "@theme/TabItem";
21import Heading from "@theme/Heading";
22import Translate from "@docusaurus/Translate";
23
24<Heading
25 as={"h1"}
26 className={"openapi__heading"}
27 children={"Check if a table exists."}
28>
29</Heading>
30
31<MethodEndpoint
32 method={"head"}
33 path={"/v1/iceberg/namespaces/{namespace}/tables/{table}"}
34 context={"endpoint"}
35>
36
37</MethodEndpoint>
38
39
40
41This endpoint returns a 200 OK response if the table exists, otherwise it returns a 404 Not Found response.
42
43<Heading
44 id={"request"}
45 as={"h2"}
46 className={"openapi-tabs__heading"}
47>
48 <Translate id="theme.openapi.request.title">Request</Translate>
49</Heading>
50
51<ParamsDetails
52 {...require("./head-table.ParamsDetails.json")}
53>
54
55</ParamsDetails>
56
57<RequestSchema
58 {...require("./head-table.RequestSchema.json")}
59>
60
61</RequestSchema>
62
63<StatusCodes
64 {...require("./head-table.StatusCodes.json")}
65>
66
67</StatusCodes>
68
69
70
