v3

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

Check if collection exists

Check whether a collection with the given name exists in the database.

get/collections/{collection_name}/exists

Path parameters

collection_namestring required
Example:my_collection

The name of the collection to check.

Response

Collection existence status

timenumber double

Time spent to process this request, in seconds.

statusstring

Operation status.

Example response

{
  "time": 0.000002404,
  "status": "ok",
  "result": {
    "exists": true
  }
}