{ "opencollection": "1.0.0", "info": { "name": "Zilliz Cloud Collections API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "List collections (Data Plane)", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloud.zilliz.com/v2/v2/vectordb/collections/list", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the collections in a Zilliz Cloud cluster. Hosted on the data-plane\nendpoint of the cluster, not on the control plane." } ] } ], "bundled": true }