cURL
curl --request GET \ --url http://localhost:8080/api/v1/metadata/weaviate/classes \ --header 'x-api-key: <api-key>'
[ "<string>" ]
List all classes in the Weaviate vector database. Returns an empty array if Weaviate is not configured.
Optional API key for authentication (enabled via application.yaml)
Array of class names