Skip to main content
GET
/
api
/
v1
/
metadata
/
milvus
/
collections
List Milvus collections
curl --request GET \
  --url http://localhost:8080/api/v1/metadata/milvus/collections \
  --header 'x-api-key: <api-key>'
[
  "<string>"
]

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Response

Array of collection names