1---
2id: get-catalogs
3title: "List Catalogs"
4description: "List Catalogs"
5sidebar_label: "List Catalogs"
6hide_title: true
7hide_table_of_contents: true
8api: eJydVNtu2zAM/RWBL9sAxUkLbNj8VnQXFOjT0D2lQavITKxOllSJThsY/veBinNrAgzbkw2RPDw8vHRAapmgnMJXRSohJZhJ8AGjIuPdTQUlLJEetCJl/TKBhKCiapAwclgHTjUIJSyib0CCcVDCc4txDRIqTDqawEBQwndjOUhsocR8LZJvo0bxHotlIcW7FIxGZd59KEBCxOfWRKygXCibUELSNTYKyg5oHZA5J4rGLUGCa62FWd/POCwF7xImdrycTPhzTOTWJBJ+IQ5q0t4ROmJfFYI1Olc/fkoc0J1kBj9/Qk1HJKdbCbIgMwkhsoxkNkyycQ8wMO8H91NDL4EMWX663vD8ORR2Q9hwIL6qJrDDdIsOg35bEvuHfsZ4+EpjnVZnK9oT2uHCvWNcyVj3boCSw/feQc8kP55T+MYRRqesSBhXGAXG6KPwWrcxYiVeamNRhOg1pmTc8n86cUi0g5wASrhyonX4GlATVn9NSzXuU/d9rufMqFzv2TVItR92Iq8C1VDCeHUxPihhU/RmO9pooYSaKJTjsfVa2donKj9PvkxOFuSWzaLCFVofGnQ0yFeIa+8WZtlGFC+GavE4GjHiYwE88Al1Gw2tcz4VzMNv5P8Z24xb+NzkYZRi68g0eJL6rkaRG1uJvYs1Gl3K+g7jdBWUrnF0WTB5U6EjszAYjy29BC5/A3xRfComo9YlUnOLbAs+UaPcAepbkY+o7QY0T2+wyjhGybp2QwOmsLrg0dlCzCSwymzourlK+CvavufnzWVioSqTmNH+urzJupvDf75bZ/nmnmwvxErZll1y+1YqmqwNt0xCjapiRafdEHOlNQY6iDpZC0bZDeaPb3fQ938A5xgBnA==
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/RWBL9sAxUkLbNj8VnQXFOjT0D2lQavITKxOllSJThsY/veBinNrAgzbkw2RPDw8vHRAapmgnMJXRSohJZhJ8AGjIuPdTQUlLJEetCJl/TKBhKCiapAwclgHTjUIJSyib0CCcVDCc4txDRIqTDqawEBQwndjOUhsocR8LZJvo0bxHotlIcW7FIxGZd59KEBCxOfWRKygXCibUELSNTYKyg5oHZA5J4rGLUGCa62FWd/POCwF7xImdrycTPhzTOTWJBJ+IQ5q0t4ROmJfFYI1Olc/fkoc0J1kBj9/Qk1HJKdbCbIgMwkhsoxkNkyycQ8wMO8H91NDL4EMWX663vD8ORR2Q9hwIL6qJrDDdIsOg35bEvuHfsZ4+EpjnVZnK9oT2uHCvWNcyVj3boCSw/feQc8kP55T+MYRRqesSBhXGAXG6KPwWrcxYiVeamNRhOg1pmTc8n86cUi0g5wASrhyonX4GlATVn9NSzXuU/d9rufMqFzv2TVItR92Iq8C1VDCeHUxPihhU/RmO9pooYSaKJTjsfVa2donKj9PvkxOFuSWzaLCFVofGnQ0yFeIa+8WZtlGFC+GavE4GjHiYwE88Al1Gw2tcz4VzMNv5P8Z24xb+NzkYZRi68g0eJL6rkaRG1uJvYs1Gl3K+g7jdBWUrnF0WTB5U6EjszAYjy29BC5/A3xRfComo9YlUnOLbAs+UaPcAepbkY+o7QY0T2+wyjhGybp2QwOmsLrg0dlCzCSwymzourlK+CvavufnzWVioSqTmNH+urzJupvDf75bZ/nmnmwvxErZll1y+1YqmqwNt0xCjapiRafdEHOlNQY6iDpZC0bZDeaPb3fQ938A5xgBnA==
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