1---
2id: get-catalogs
3title: "List Catalogs"
4description: "List Catalogs"
5sidebar_label: "List Catalogs"
6hide_title: true
7hide_table_of_contents: true
8api: eJydVNtu2zAM/RWBL90A1UkKDNj8VnQXFOjT0D2lQavITKxOllSJThsY/veBinNrAgzbkw2RPDw8vHRAapmgnMJXRSohJZhJ8AGjIuPdbQUlLJEetSJl/TKBhKCiapAwclgHTjUIJSyib0CCcVDCS4txDRIqTDqawEBQwndjOUhsocR8LZJvo0bxAYtlIcVFCkajMhcfC5AQ8aU1ESsoF8omlJB0jY2CsgNaB2TOiaJxS5DgWmth1vczDkvBu4SJHa/GY/4cE7kziYRfiIOatHeEjthXhWCNztWPnhMHdCeZwc+fUdMRyelWgizITEKILCOZDZNs3AMMzPvB/dTQSyBDlp9uNjx/DoXdEjYciG+qCeww3aLDoN+WxP6hnzEevtFIp9XZivaEdrjw4BhXMtaDG6Dk8H1w0DPJT+cUvnWE0SkrEsYVRoEx+ii81m2MWInX2lgUIXqNKRm3/J9OHBLtICeAEq6daB2+BdSE1V/TUo371H2f6zkzKjd7dg1S7YedyKtANZQwWk1GByVsit5sRxstlFAThXI0sl4rW/tE5efxl/HJgtyxWVS4QutDg44G+Qpx493CLNuI4tVQLZ4uLxnxqQAe+IS6jYbWOZ8K5vE38v+MbcYtfG7yMEqxdWQaPEl9X6PIja3E3sUajS5lfYdxug5K13h5VTB5U6EjszAYjy29BC5/AzwpJpNifNm6RGpukY3BJ2qUO4B9r/IRt92E5vENVhnHKFnYbujAFFYTnp0txEwCy8yGrpurhL+i7Xt+3pwmVqoyiRntz8u7rLtB/OfDdZZvbsr2RKyUbdkl92+losnacM8k1KgqlnTaDTHXWmOgg6iTvWCU3WT++HYPff8Hq48ByA==
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={"List Catalogs"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"get"}
32 path={"/v1/catalogs"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40List Catalogs
41
42<Heading
43 id={"request"}
44 as={"h2"}
45 className={"openapi-tabs__heading"}
46 children={"Request"}
47>
48</Heading>
49
50<ParamsDetails
51 parameters={[{"name":"from","in":"query","description":"Filters catalogs by source (e.g., 'spiceai').","required":false,"schema":{"type":["string","null"]}}]}
52>
53
54</ParamsDetails>
55
56<RequestSchema
57 title={"Body"}
58 body={undefined}
59>
60
61</RequestSchema>
62
63<StatusCodes
64 id={undefined}
65 label={undefined}
66 responses={{"200":{"description":"List of catalogs","content":{"application/json":{"schema":{"type":"object","required":["from","name"],"properties":{"from":{"type":"string"},"name":{"type":"string"}},"title":"CatalogResponseItem"},"example":[{"from":"spiceai","name":"spiceai"}]},"text/csv":{"schema":{"type":"string"},"example":"\nfrom,name\nspiceai,spiceai\n"}}},"500":{"description":"Internal server error occurred while processing catalogs","content":{"application/json":{"schema":{},"example":{"error":"An unexpected error occurred while processing the catalogs"}}}}}}
67>
68
69</StatusCodes>
70
71
72
1---
2id: get-catalogs
3title: "List Catalogs"
4description: "List Catalogs"
5sidebar_label: "List Catalogs"
6hide_title: true
7hide_table_of_contents: true
8api: eJydVNtu2zAM/RWBL90A1UkKDNj8VnQXFOjT0D2lQavITKxOllSJThsY/veBinNrAgzbkw2RPDw8vHRAapmgnMJXRSohJZhJ8AGjIuPdbQUlLJEetSJl/TKBhKCiapAwclgHTjUIJSyib0CCcVDCS4txDRIqTDqawEBQwndjOUhsocR8LZJvo0bxAYtlIcVFCkajMhcfC5AQ8aU1ESsoF8omlJB0jY2CsgNaB2TOiaJxS5DgWmth1vczDkvBu4SJHa/GY/4cE7kziYRfiIOatHeEjthXhWCNztWPnhMHdCeZwc+fUdMRyelWgizITEKILCOZDZNs3AMMzPvB/dTQSyBDlp9uNjx/DoXdEjYciG+qCeww3aLDoN+WxP6hnzEevtFIp9XZivaEdrjw4BhXMtaDG6Dk8H1w0DPJT+cUvnWE0SkrEsYVRoEx+ii81m2MWInX2lgUIXqNKRm3/J9OHBLtICeAEq6daB2+BdSE1V/TUo371H2f6zkzKjd7dg1S7YedyKtANZQwWk1GByVsit5sRxstlFAThXI0sl4rW/tE5efxl/HJgtyxWVS4QutDg44G+Qpx493CLNuI4tVQLZ4uLxnxqQAe+IS6jYbWOZ8K5vE38v+MbcYtfG7yMEqxdWQaPEl9X6PIja3E3sUajS5lfYdxug5K13h5VTB5U6EjszAYjy29BC5/AzwpJpNifNm6RGpukY3BJ2qUO4B9r/IRt92E5vENVhnHKFnYbujAFFYTnp0txEwCy8yGrpurhL+i7Xt+3pwmVqoyiRntz8u7rLtB/OfDdZZvbsr2RKyUbdkl92+losnacM8k1KgqlnTaDTHXWmOgg6iTvWCU3WT++HYPff8Hq48ByA==
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={"List Catalogs"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"get"}
32 path={"/v1/catalogs"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40List Catalogs
41
42<Heading
43 id={"request"}
44 as={"h2"}
45 className={"openapi-tabs__heading"}
46 children={"Request"}
47>
48</Heading>
49
50<ParamsDetails
51 parameters={[{"name":"from","in":"query","description":"Filters catalogs by source (e.g., 'spiceai').","required":false,"schema":{"type":["string","null"]}}]}
52>
53
54</ParamsDetails>
55
56<RequestSchema
57 title={"Body"}
58 body={undefined}
59>
60
61</RequestSchema>
62
63<StatusCodes
64 id={undefined}
65 label={undefined}
66 responses={{"200":{"description":"List of catalogs","content":{"application/json":{"schema":{"type":"object","required":["from","name"],"properties":{"from":{"type":"string"},"name":{"type":"string"}},"title":"CatalogResponseItem"},"example":[{"from":"spiceai","name":"spiceai"}]},"text/csv":{"schema":{"type":"string"},"example":"\nfrom,name\nspiceai,spiceai\n"}}},"500":{"description":"Internal server error occurred while processing catalogs","content":{"application/json":{"schema":{},"example":{"error":"An unexpected error occurred while processing the catalogs"}}}}}}
67>
68
69</StatusCodes>
70
71
72