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