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