1---
2id: get-config
3title: "Get Iceberg API config"
4description: "This endpoint returns the Iceberg Catalog API configuration, including details about overrides, defaults, and available endpoints."
5sidebar_label: "Get Iceberg API config"
6hide_title: true
7hide_table_of_contents: true
8api: eJzNVD1v3DAM/SsCZ+V8ydR4C9IgDdChw3UKDolO4p3ZypIq0W4Cw/+9oM9xvtAC2epFgkg+frxHD8DmUKC+hRuLO8wH2GpwWGymxBQD1LBpqCgMLkUKrDJyl0NR3KCaQ9SlYePjQV18u1E2hj0dumwkWisK1neOwkE5ZEO+KLOLHavYY87ksGjlcG86z0UrE5wyvSFvdh6XlGUFGmLCI+SNgxoOyHfHRKAhY0kxFCxQD3C2XsvxuoN3dUkXmbBHp0pnLZay77x/BA02BsbAgmFS8mQn/+pHEaABim2wNVAPowZ8MG3yKM9LN0fLU0ez31MfMuXrq42q+tOKjqOrgmmxJGOxgIYvVxef/2KthuU+gv4HzEvHimWQH0CeA6phOj+caInbjvJpaJGbOBMGGpLhBmp4ibewWDD3mGVGA3TZQw0Nc6qrykdrfBML15/W52t4q86vYlYOe/QxtRhYHZFW6nJmHNVv4kbdn5wI4v0Kxq2ks10mfpzymUR3P1HuW7FR2EdhlYmFXshdYGrxXepNg6oksujUs4sni6FMqpD5iPqSsQ2enK2keHIYmPaE+bVl1CDtH4FPV+erM3lKsXBrwguwa+Rl7Z5l/ba04VnH/8f68mOS6hkfuEreUJDuJpqHWRW30J/KfOa/0LSJ0tlWg5AvDsOwMwW/Zz+O8vyrwzxxpqE3mSTpxKCGBo2TAd8OMNEKF9ZiEgX2xndSyLvdFt4XtV5fbWAc/wAL3sd6
9sidebar_class_name: "get 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={"Get Iceberg API config"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"get"}
32 path={"/v1/iceberg/config"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40This endpoint returns the Iceberg Catalog API configuration, including details about overrides, defaults, and available endpoints.
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":"API configuration retrieved successfully","content":{"application/json":{"schema":{},"example":{"overrides":{},"defaults":{},"endpoints":["GET /v1/iceberg/namespaces","HEAD /v1/iceberg/namespaces/{namespace}","GET /v1/iceberg/namespaces/{namespace}/tables","HEAD /v1/iceberg/namespaces/{namespace}/tables/{table}","GET /v1/iceberg/namespaces/{namespace}/tables/{table}"]}}}}}}
59>
60
61</StatusCodes>
62
63
64
1---
2id: get-config
3title: "Get Iceberg API config"
4description: "This endpoint returns the Iceberg Catalog API configuration, including details about overrides, defaults, and available endpoints."
5sidebar_label: "Get Iceberg API config"
6hide_title: true
7hide_table_of_contents: true
8api: eJzNVD1v3DAM/SsCZ+V8ydR4C9IgDdChw3UKDolO4p3ZypIq0W4Cw/+9oM9xvtAC2epFgkg+frxHD8DmUKC+hRuLO8wH2GpwWGymxBQD1LBpqCgMLkUKrDJyl0NR3KCaQ9SlYePjQV18u1E2hj0dumwkWisK1neOwkE5ZEO+KLOLHavYY87ksGjlcG86z0UrE5wyvSFvdh6XlGUFGmLCI+SNgxoOyHfHRKAhY0kxFCxQD3C2XsvxuoN3dUkXmbBHp0pnLZay77x/BA02BsbAgmFS8mQn/+pHEaABim2wNVAPowZ8MG3yKM9LN0fLU0ez31MfMuXrq42q+tOKjqOrgmmxJGOxgIYvVxef/2KthuU+gv4HzEvHimWQH0CeA6phOj+caInbjvJpaJGbOBMGGpLhBmp4ibewWDD3mGVGA3TZQw0Nc6qrykdrfBML15/W52t4q86vYlYOe/QxtRhYHZFW6nJmHNVv4kbdn5wI4v0Kxq2ks10mfpzymUR3P1HuW7FR2EdhlYmFXshdYGrxXepNg6oksujUs4sni6FMqpD5iPqSsQ2enK2keHIYmPaE+bVl1CDtH4FPV+erM3lKsXBrwguwa+Rl7Z5l/ba04VnH/8f68mOS6hkfuEreUJDuJpqHWRW30J/KfOa/0LSJ0tlWg5AvDsOwMwW/Zz+O8vyrwzxxpqE3mSTpxKCGBo2TAd8OMNEKF9ZiEgX2xndSyLvdFt4XtV5fbWAc/wAL3sd6
9sidebar_class_name: "get 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={"Get Iceberg API config"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"get"}
32 path={"/v1/iceberg/config"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40This endpoint returns the Iceberg Catalog API configuration, including details about overrides, defaults, and available endpoints.
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":"API configuration retrieved successfully","content":{"application/json":{"schema":{},"example":{"overrides":{},"defaults":{},"endpoints":["GET /v1/iceberg/namespaces","HEAD /v1/iceberg/namespaces/{namespace}","GET /v1/iceberg/namespaces/{namespace}/tables","HEAD /v1/iceberg/namespaces/{namespace}/tables/{table}","GET /v1/iceberg/namespaces/{namespace}/tables/{table}"]}}}}}}
59>
60
61</StatusCodes>
62
63
64