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: eJzNVE1v2zAM/SsCz0qcFjtsvhVd0RXYYYfsVAStIjMxN1nSJNprYfi/D7Rd9yPYgN7miwSRfPx4j+6BzTFDeQs3FveYjrDTUGG2iSJT8FDCtqas0FcxkGeVkNvks+Ia1RyiLg0bF47q4tuNssEf6NgmI9FakbeurcgfVYVsyGVl9qFlFTpMiSrMWlV4MK3jrJXxlTKdIWf2DpeUeQ0aQsQJ8qaCEo7Id1Mi0JAwx+AzZih7ON9s5HjdwUld0kUi7LBSubUWcz60zj2CBhs8o2fBMDE6sqN/8SMLUA/Z1tgYKPtBAz6YJjqU56WbyfLU0ez31IdM+fpqq4rurKBpdIU3DeZoLGbQ8OXq4vNfrEW/3AfQ/4B56ViwDPIdyHNA0Y/nuxMtcbtBPg0Nch1mwkBDNFxDCS/xFhYzpg6TzKiHNjkooWaOZVG4YI2rQ+by4+bTBt6q86uYVYUduhAb9KwmpLW6nBlH9Zu4VverlSDer2HYSTrbJuLHMZ+JdPcT5b4TG/lDEFaZWOiF1HqmBk9Sb2tUOZLFSj27OLLo86gKmY+oLxpb4+p8LcVThZ7pQJheWwYN0v4EfLb+MD3FkLkx/gXYNfKyds+yflta/6zj/2N9+TFK9YwPXERnyEt3I839rIpb6M5kPvNfaNxE6WynQcgXh77fm4zfkxsGef7VYho509CZRJJ0ZFBDjaaSAd/2MNIKF9ZiFAV2xrVSyMluC++LWq+vtjAMfwABRsdz
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: eJzNVE1v2zAM/SsCz0qcFjtsvhVd0RXYYYfsVAStIjMxN1nSJNprYfi/D7Rd9yPYgN7miwSRfPx4j+6BzTFDeQs3FveYjrDTUGG2iSJT8FDCtqas0FcxkGeVkNvks+Ia1RyiLg0bF47q4tuNssEf6NgmI9FakbeurcgfVYVsyGVl9qFlFTpMiSrMWlV4MK3jrJXxlTKdIWf2DpeUeQ0aQsQJ8qaCEo7Id1Mi0JAwx+AzZih7ON9s5HjdwUld0kUi7LBSubUWcz60zj2CBhs8o2fBMDE6sqN/8SMLUA/Z1tgYKPtBAz6YJjqU56WbyfLU0ez31IdM+fpqq4rurKBpdIU3DeZoLGbQ8OXq4vNfrEW/3AfQ/4B56ViwDPIdyHNA0Y/nuxMtcbtBPg0Nch1mwkBDNFxDCS/xFhYzpg6TzKiHNjkooWaOZVG4YI2rQ+by4+bTBt6q86uYVYUduhAb9KwmpLW6nBlH9Zu4VverlSDer2HYSTrbJuLHMZ+JdPcT5b4TG/lDEFaZWOiF1HqmBk9Sb2tUOZLFSj27OLLo86gKmY+oLxpb4+p8LcVThZ7pQJheWwYN0v4EfLb+MD3FkLkx/gXYNfKyds+yflta/6zj/2N9+TFK9YwPXERnyEt3I839rIpb6M5kPvNfaNxE6WynQcgXh77fm4zfkxsGef7VYho509CZRJJ0ZFBDjaaSAd/2MNIKF9ZiFAV2xrVSyMluC++LWq+vtjAMfwABRsdz
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