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/RWCZyV2ghw234puw4oN3aU7BUGr2ExE1JY0iU5bGP73gUmbpCmw604SRPLxke9pQLHbjNUSb2paU9riymBDuU4chYPHCu8cZyDfxMBeIJH0yWewMC9L+PUDEuUYfCbgDYgj8LajHG1NQM+cJRsI4ig9saac1y/KBdwGgW+h980RZooGQ6RktftNgxU6ss39ERUNvqVmrAacl6Ue7ynfXnDA0eCiXPwrsQmUwQc5VOA4GuxIXHhjgAajFYcVFrtZwYdlFUdauRiO9xENZko7SrrYAfvUKohIrIqiDbVtXchSfSo/l3i57J8ahoZ21IbYkRc4IE3hOvgNb/tE8MTi4GEyUcSHKY4rbVf3ieVl389Gvn8kva80xn4TdHJhaQkrTL0X7uhD6ztHkCPX1MAppeWafCat1/mwwqtoa0eT+VTJc0NeeMOU3kdGgzr+AXg2XRyeYsjSWX8Gdu2ofoQPcl1QG7AOXsjLf3GjvESlKvQsRWwtex1lr+nwaokl7ma6jNcfZPBkCzRYnby7MqjSa8UwrG2m36kdR33+01PaK2ZwZxPbtUq1XJ278PvXqy84jn8BBXtDmg==
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/RWCZyV2ghw234puw4oN3aU7BUGr2ExE1JY0iU5bGP73gUmbpCmw604SRPLxke9pQLHbjNUSb2paU9riymBDuU4chYPHCu8cZyDfxMBeIJH0yWewMC9L+PUDEuUYfCbgDYgj8LajHG1NQM+cJRsI4ig9saac1y/KBdwGgW+h980RZooGQ6RktftNgxU6ss39ERUNvqVmrAacl6Ue7ynfXnDA0eCiXPwrsQmUwQc5VOA4GuxIXHhjgAajFYcVFrtZwYdlFUdauRiO9xENZko7SrrYAfvUKohIrIqiDbVtXchSfSo/l3i57J8ahoZ21IbYkRc4IE3hOvgNb/tE8MTi4GEyUcSHKY4rbVf3ieVl389Gvn8kva80xn4TdHJhaQkrTL0X7uhD6ztHkCPX1MAppeWafCat1/mwwqtoa0eT+VTJc0NeeMOU3kdGgzr+AXg2XRyeYsjSWX8Gdu2ofoQPcl1QG7AOXsjLf3GjvESlKvQsRWwtex1lr+nwaokl7ma6jNcfZPBkCzRYnby7MqjSa8UwrG2m36kdR33+01PaK2ZwZxPbtUq1XJ278PvXqy84jn8BBXtDmg==
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