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: eJzNVMFu2zAM/RWBZyVOehg234qu6ALssEN2KoJWkZhYmyxpEuW1MPzvAx3XTVtsQG/zRYJIPZLvPbkHUscM9S1sNO4xHWEnwWDWyUaywUMN28Zmgd7EYD2JhFSSz4IaFNMVcaVIuXAUl982Qgd/sMeSFN+WwnrtirH+KAySsi4LtQ+FROgwJWswS2HwoIqjLIXyRqhOWaf2DueSeQkSQsQT5MZADUeku1MhkJAwx+AzZqh7uFiteHk5wZu+eIpksUMjctEacz4U5x5Bgg6e0BNjqBid1WN+9SMzUA9ZN9gqqPtBAj6oNjrk43maU+RpoinvaQ5m+eZ6K6puXdkTdZVXLeaoNGaQ8OX68vNfolU/7weQ/4A5T6yIiXwH8nSh6sf13YXme7uBPwktUhMmwUBCVNRADed4s4oZU4eJOeqhJAc1NESxrioXtHJNyFR/XH1awWt3fuWwMNihC7FFT+KEtBRXk+IofltqxP1iwYj3Sxh2XE6XZOlxrKeivfuJvN9xzPpDYFXJEssLqXiyLb4pvW1Q5Gg1GvGc4qxGn0dXMD/svqh0g4uLJTdvDXqyB4vpZWSQwOOfgNfLD8vVovg80smxGDK1yp+h3iDN7+/Z36977J8N/X+8Y3qM3D3hA1XRKet5ulHvfrLHLXRrJmr6HY1PkifbSWAXcELf71XG78kNAx//KphG8SR0KtmRM5ZSQoPKMNO3PYz6wqXWGNmKnXKFG3nzyNkAs21vrrcwDH8Awb3LAA==
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: eJzNVMFu2zAM/RWBZyVOehg234qu6ALssEN2KoJWkZhYmyxpEuW1MPzvAx3XTVtsQG/zRYJIPZLvPbkHUscM9S1sNO4xHWEnwWDWyUaywUMN28Zmgd7EYD2JhFSSz4IaFNMVcaVIuXAUl982Qgd/sMeSFN+WwnrtirH+KAySsi4LtQ+FROgwJWswS2HwoIqjLIXyRqhOWaf2DueSeQkSQsQT5MZADUeku1MhkJAwx+AzZqh7uFiteHk5wZu+eIpksUMjctEacz4U5x5Bgg6e0BNjqBid1WN+9SMzUA9ZN9gqqPtBAj6oNjrk43maU+RpoinvaQ5m+eZ6K6puXdkTdZVXLeaoNGaQ8OX68vNfolU/7weQ/4A5T6yIiXwH8nSh6sf13YXme7uBPwktUhMmwUBCVNRADed4s4oZU4eJOeqhJAc1NESxrioXtHJNyFR/XH1awWt3fuWwMNihC7FFT+KEtBRXk+IofltqxP1iwYj3Sxh2XE6XZOlxrKeivfuJvN9xzPpDYFXJEssLqXiyLb4pvW1Q5Gg1GvGc4qxGn0dXMD/svqh0g4uLJTdvDXqyB4vpZWSQwOOfgNfLD8vVovg80smxGDK1yp+h3iDN7+/Z36977J8N/X+8Y3qM3D3hA1XRKet5ulHvfrLHLXRrJmr6HY1PkifbSWAXcELf71XG78kNAx//KphG8SR0KtmRM5ZSQoPKMNO3PYz6wqXWGNmKnXKFG3nzyNkAs21vrrcwDH8Awb3LAA==
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