v3

latestOpenAPI 3.0.3raw.githubusercontent.com2026-04-276139.8 KB
Collections

List all collections

Get a list of all existing collection names in the database. Use GET /collections/{collection_name} to get detailed information about a specific collection.

get/collections

Response

List of collection names

timenumber double

Time spent to process this request, in seconds.

statusstring

Operation status.

Example response

{
  "time": 0.000150269,
  "status": "ok",
  "result": {
    "collections": [
      {
        "name": "my_collection"
      }
    ]
  }
}
All 6 operations