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/RWCZ8V2gmDYfCu6DSs2dJfuVAStYjMRUUfSJDptYfjfByZtkqZArztJEMnHx8enAcWuM9a3eNXQktIaFwZbyk3iKBw81njjOAP5Ngb2AomkTz6DhVlVwe+fkCjH4DMBr0AcgbcbytE2BPTEWbKBII7SI2vKaf28msN1EPgeet8eYAo0GCIlq92vWqzRkW3vDqho8DU1Yz3grKr0eEv5+owDjgbn1fyjxDZQBh9kX4HjaHBD4sIrAzQYrTissdxOS96LVR5o5XI43Ec0mCltKamwA/apUxCRWJdlFxrbuZCl/lx9qfBc7F8ahpa21IW4IS+wRyrgMvgVr/tE8Mji4H4yUcT7AseFtmv6xPK862cj3z2Q3hcaY78KOrmwdIQ1pt4Lb+hd6xtHkCM31MIxpeOGfCat1/mwxotoG0eTWaHkuSUvvGJKbyOjQR1/DzwtPhXVpPdZ7LIjjcWQZWP9Ceqlo+YB3u3tjOOATfBCXv6LLeU5KlWhJyljZ9nrKLvlDi/euMXtVFV5+UoGj/5Ag/XRxAuD6gGtGIalzfQndeOoz397SrvVGdzaxDvFdJEndvzx7eIrjuM/FH5HJw==
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/RWCZ8V2gmDYfCu6DSs2dJfuVAStYjMRUUfSJDptYfjfByZtkqZArztJEMnHx8enAcWuM9a3eNXQktIaFwZbyk3iKBw81njjOAP5Ngb2AomkTz6DhVlVwe+fkCjH4DMBr0AcgbcbytE2BPTEWbKBII7SI2vKaf28msN1EPgeet8eYAo0GCIlq92vWqzRkW3vDqho8DU1Yz3grKr0eEv5+owDjgbn1fyjxDZQBh9kX4HjaHBD4sIrAzQYrTissdxOS96LVR5o5XI43Ec0mCltKamwA/apUxCRWJdlFxrbuZCl/lx9qfBc7F8ahpa21IW4IS+wRyrgMvgVr/tE8Mji4H4yUcT7AseFtmv6xPK862cj3z2Q3hcaY78KOrmwdIQ1pt4Lb+hd6xtHkCM31MIxpeOGfCat1/mwxotoG0eTWaHkuSUvvGJKbyOjQR1/DzwtPhXVpPdZ7LIjjcWQZWP9Ceqlo+YB3u3tjOOATfBCXv6LLeU5KlWhJyljZ9nrKLvlDi/euMXtVFV5+UoGj/5Ag/XRxAuD6gGtGIalzfQndeOoz397SrvVGdzaxDvFdJEndvzx7eIrjuM/FH5HJw==
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