GET /v1/catalogs
Returns the list of configured catalogs
Example:
curl --request GET \
--url http://localhost:8090/v1/catalogs
Response:
[
{
"from": "spiceai",
"name": "spiceai"
}
]
Returns the list of configured catalogs
Example:
curl --request GET \
--url http://localhost:8090/v1/catalogs
Response:
[
{
"from": "spiceai",
"name": "spiceai"
}
]