GET /v1/catalogs
The GET /v1/catalogs
endpoint returns a list of configured catalogs.
Example request:
curl --request GET \
--url http://localhost:8090/v1/catalogs
Response:
[
{
"from": "spiceai",
"name": "spiceai"
}
]
The GET /v1/catalogs
endpoint returns a list of configured catalogs.
Example request:
curl --request GET \
--url http://localhost:8090/v1/catalogs
Response:
[
{
"from": "spiceai",
"name": "spiceai"
}
]