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/SsCz0qc9LT5VnRFV2CHHbJTELSKxMTaZEmTKK+B4f8+0HHdL3RAb/NFgkg9ku89uQdSxwz1Fm417jEdYSfBYNbJRrLBQw2bxmaB3sRgPYmEVJLPghoU0xVxpUi5cBSX32+FDv5gjyUpvi2F9doVY/1RGCRlXRZqHwqJ0GFK1mCWwuBBFUdZCuWNUJ2yTu0dziXzEiSEiGfIWwM1HJHuzoVAQsIcg8+Yoe7hYrXi5eUEb/riKZLFDo3IRWvM+VCcO4EEHTyhJ8ZQMTqrx/zqZ2agHrJusFVQ94MEfFBtdMjH8zTnyONEU97jHMzyzfVGVN26smfqKq9azFFpzCDh6/Xll3eiVT/vB5D/gHmeWBET+QHk6ULVj+uHC833dgN/ElqkJkyCgYSoqIEanuPNKmZMHSbmqIeSHNTQEMW6qlzQyjUhU/1p9XkFr935jcPCYIcuxBY9iTPSUlxNiqP4Y6kR94sFI94vYdhxOV2SpdNYT0V79wt5v+OY9YfAqpIllhdS8WRbfFN606DI0Wo04inFWY0+j65gfth9UekGFxdLbt4a9GQPFtPLyCCBxz8Dr5fr9XK1KD6PfHIwhkyt8s9gb5DmB/hk8NdN9k+O/j8eMp0id0/4QFV0ynqebhS8n/yxhW7NTE3/o/FN8mQ7CWwDTuj7vcr4I7lh4OPfBdOonoROJTtyxlpKaFAZpnrbwygwXGqNkb3YKVe4kTevnB0w+/bmegPD8BdITMss
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/SsCz0qc9LT5VnRFV2CHHbJTELSKxMTaZEmTKK+B4f8+0HHdL3RAb/NFgkg9ku89uQdSxwz1Fm417jEdYSfBYNbJRrLBQw2bxmaB3sRgPYmEVJLPghoU0xVxpUi5cBSX32+FDv5gjyUpvi2F9doVY/1RGCRlXRZqHwqJ0GFK1mCWwuBBFUdZCuWNUJ2yTu0dziXzEiSEiGfIWwM1HJHuzoVAQsIcg8+Yoe7hYrXi5eUEb/riKZLFDo3IRWvM+VCcO4EEHTyhJ8ZQMTqrx/zqZ2agHrJusFVQ94MEfFBtdMjH8zTnyONEU97jHMzyzfVGVN26smfqKq9azFFpzCDh6/Xll3eiVT/vB5D/gHmeWBET+QHk6ULVj+uHC833dgN/ElqkJkyCgYSoqIEanuPNKmZMHSbmqIeSHNTQEMW6qlzQyjUhU/1p9XkFr935jcPCYIcuxBY9iTPSUlxNiqP4Y6kR94sFI94vYdhxOV2SpdNYT0V79wt5v+OY9YfAqpIllhdS8WRbfFN606DI0Wo04inFWY0+j65gfth9UekGFxdLbt4a9GQPFtPLyCCBxz8Dr5fr9XK1KD6PfHIwhkyt8s9gb5DmB/hk8NdN9k+O/j8eMp0id0/4QFV0ynqebhS8n/yxhW7NTE3/o/FN8mQ7CWwDTuj7vcr4I7lh4OPfBdOonoROJTtyxlpKaFAZpnrbwygwXGqNkb3YKVe4kTevnB0w+/bmegPD8BdITMss
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