1---
2id: head-namespace
3title: "Check Namespace exists"
4description: "This endpoint returns a 200 OK response if the namespace exists, otherwise it returns a 404 Not Found response."
5sidebar_label: "Check Namespace exists"
6hide_title: true
7hide_table_of_contents: true
8api: eJzFU8Fu2zAM/RWCZ8V2ghw234puRYsN3aU7FUGr2ExE1JE0iU5bGP73gUmbpCmw604SRPLx8fFpQLHrjPU93jS0pLTGhcGWcpM4CgePNd45zkC+jYG9QCLpk89gYVZV8OsHJMox+EzAKxBH4O2GcrQNAb1wlmwgiKP0zJpyWj+v5nAbBK5C79sDTIEGQ6RktftNizU6su3DARUNvqdmrAecVZUeHynfnnHA0eC8mv8rsQ2UwQfZV+A4GtyQuPDOAA1GKw5rLLfTkvdilQdauRwO9xENZkpbSirsgH3qFEQk1mXZhcZ2LmSpv1RfKzwX+6eGoaUtdSFuyAvskQq4DH7F6z4RPLM4eJxMFPGxwHGh7Zo+sbzu+tnID0+k94XG2K+CTi4sHWGNqffCG/rU+s4R5MgNtXBM6bghn0nrdT6s8SLaxtFkVih5bskLr5jSx8hoUMffA0+L6bSoJr3PYpcdaTCGLBvrT2AvHTVP8GlxZyQHbIIX8vJffCmvUakKvUgZO8teR9ltd3gzxz1upyrL218yeDQIGqyPLl4YVBNoxTAsbabfqRtHff7TU9rtzuDWJt4ppps88eP194tvOI5/ASH+R1M=
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";
22
23<Heading
24 as={"h1"}
25 className={"openapi__heading"}
26 children={"Check Namespace exists"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"head"}
32 path={"/v1/iceberg/namespaces/{namespace}"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40This endpoint returns a 200 OK response if the namespace exists, otherwise it returns a 404 Not Found response.
41
42<ParamsDetails
43 parameters={undefined}
44>
45
46</ParamsDetails>
47
48<RequestSchema
49 title={"Body"}
50 body={undefined}
51>
52
53</RequestSchema>
54
55<StatusCodes
56 id={undefined}
57 label={undefined}
58 responses={{"200":{"description":"Namespace exists"},"404":{"description":"Namespace does not exist"}}}
59>
60
61</StatusCodes>
62
63
64
1---
2id: head-namespace
3title: "Check Namespace exists"
4description: "This endpoint returns a 200 OK response if the namespace exists, otherwise it returns a 404 Not Found response."
5sidebar_label: "Check Namespace exists"
6hide_title: true
7hide_table_of_contents: true
8api: eJzFU8Fu2zAM/RWCZ8V2ghw234puRYsN3aU7FUGr2ExE1JE0iU5bGP73gUmbpCmw604SRPLx8fFpQLHrjPU93jS0pLTGhcGWcpM4CgePNd45zkC+jYG9QCLpk89gYVZV8OsHJMox+EzAKxBH4O2GcrQNAb1wlmwgiKP0zJpyWj+v5nAbBK5C79sDTIEGQ6RktftNizU6su3DARUNvqdmrAecVZUeHynfnnHA0eC8mv8rsQ2UwQfZV+A4GtyQuPDOAA1GKw5rLLfTkvdilQdauRwO9xENZkpbSirsgH3qFEQk1mXZhcZ2LmSpv1RfKzwX+6eGoaUtdSFuyAvskQq4DH7F6z4RPLM4eJxMFPGxwHGh7Zo+sbzu+tnID0+k94XG2K+CTi4sHWGNqffCG/rU+s4R5MgNtXBM6bghn0nrdT6s8SLaxtFkVih5bskLr5jSx8hoUMffA0+L6bSoJr3PYpcdaTCGLBvrT2AvHTVP8GlxZyQHbIIX8vJffCmvUakKvUgZO8teR9ltd3gzxz1upyrL218yeDQIGqyPLl4YVBNoxTAsbabfqRtHff7TU9rtzuDWJt4ppps88eP194tvOI5/ASH+R1M=
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";
22
23<Heading
24 as={"h1"}
25 className={"openapi__heading"}
26 children={"Check Namespace exists"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"head"}
32 path={"/v1/iceberg/namespaces/{namespace}"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40This endpoint returns a 200 OK response if the namespace exists, otherwise it returns a 404 Not Found response.
41
42<ParamsDetails
43 parameters={undefined}
44>
45
46</ParamsDetails>
47
48<RequestSchema
49 title={"Body"}
50 body={undefined}
51>
52
53</RequestSchema>
54
55<StatusCodes
56 id={undefined}
57 label={undefined}
58 responses={{"200":{"description":"Namespace exists"},"404":{"description":"Namespace does not exist"}}}
59>
60
61</StatusCodes>
62
63
64