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/RWCZ8V2gxw234p2w4IN3aU7FUGr2ExM1JY0iXZbGP73gUmbpOmw604WTPK9R72nEcVuE5Z3uKxoTXGLK4M1pSpyEPYOS7xtOAG5Onh2ApGkjy6BhXlRwM/vECkF7xIBb0AaAmc7SsFWBPTMSZIBLw3FJ9aW0/lFsYAbL/DV964+wGRo0AeKVtmXNZbYkK3vD6ho8K01YTnivCj0817yzZkGnAwu/ta4dINtuT4RvfGxs7IfWPwLufaUwHnZU+A0GexIGv8mGQ0GKw2WmA8XOe9vNz8QpXw8nCc0mCgOFNWJEfvYKohIKPO89ZVtG5+k/FR8LvDcnR9ahpoGan3oyAnskTK48m7D2z4SPLE08DCbKeJDhtNK6ao+srzs+Gzg+0fS80pr7DZeNxeWlrDE2Dvhjj5Q3zYEKXBFNRxbWq7IJdJ53Q9LvAy2amg2z1Q81+SEN0zxfWUyqOvvgedZkRWz3iWx65a0FnySzroT1KuGqkf4YPSZxhEr74Sc/Jccy0tQqULPkofWstNVduaOr9m4w+FCb+X17Rk85gMNlsfUrwxqBnRiHNc20a/YTpP+/t1T3FlncLCRdzemRp7E8duXy2ucpj+yxlf7
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 Namespace exists"}
28>
29</Heading>
30
31<MethodEndpoint
32 method={"head"}
33 path={"/v1/iceberg/namespaces/{namespace}"}
34 context={"endpoint"}
35>
36
37</MethodEndpoint>
38
39
40
41This endpoint returns a 200 OK response if the namespace exists, otherwise it returns a 404 Not Found response.
42
43<ParamsDetails
44 parameters={undefined}
45>
46
47</ParamsDetails>
48
49<RequestSchema
50 {...require("./head-namespace.RequestSchema.json")}
51>
52
53</RequestSchema>
54
55<StatusCodes
56 {...require("./head-namespace.StatusCodes.json")}
57>
58
59</StatusCodes>
60
61
62
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/RWCZ8V2gxw234p2w4IN3aU7FUGr2ExM1JY0iXZbGP73gUmbpOmw604WTPK9R72nEcVuE5Z3uKxoTXGLK4M1pSpyEPYOS7xtOAG5Onh2ApGkjy6BhXlRwM/vECkF7xIBb0AaAmc7SsFWBPTMSZIBLw3FJ9aW0/lFsYAbL/DV964+wGRo0AeKVtmXNZbYkK3vD6ho8K01YTnivCj0817yzZkGnAwu/ta4dINtuT4RvfGxs7IfWPwLufaUwHnZU+A0GexIGv8mGQ0GKw2WmA8XOe9vNz8QpXw8nCc0mCgOFNWJEfvYKohIKPO89ZVtG5+k/FR8LvDcnR9ahpoGan3oyAnskTK48m7D2z4SPLE08DCbKeJDhtNK6ao+srzs+Gzg+0fS80pr7DZeNxeWlrDE2Dvhjj5Q3zYEKXBFNRxbWq7IJdJ53Q9LvAy2amg2z1Q81+SEN0zxfWUyqOvvgedZkRWz3iWx65a0FnySzroT1KuGqkf4YPSZxhEr74Sc/Jccy0tQqULPkofWstNVduaOr9m4w+FCb+X17Rk85gMNlsfUrwxqBnRiHNc20a/YTpP+/t1T3FlncLCRdzemRp7E8duXy2ucpj+yxlf7
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 Namespace exists"}
28>
29</Heading>
30
31<MethodEndpoint
32 method={"head"}
33 path={"/v1/iceberg/namespaces/{namespace}"}
34 context={"endpoint"}
35>
36
37</MethodEndpoint>
38
39
40
41This endpoint returns a 200 OK response if the namespace exists, otherwise it returns a 404 Not Found response.
42
43<ParamsDetails
44 parameters={undefined}
45>
46
47</ParamsDetails>
48
49<RequestSchema
50 {...require("./head-namespace.RequestSchema.json")}
51>
52
53</RequestSchema>
54
55<StatusCodes
56 {...require("./head-namespace.StatusCodes.json")}
57>
58
59</StatusCodes>
60
61
62
