v17

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-2575397522.8 KB
Collections

Check the existence of a collection

Returns "true" if the given collection name exists, and "false" otherwise

get/collections/{collection_name}/exists

Path parameters

collection_namestring required

Name of the collection

Response

successful operation

timenumber float

Time spent to process this request

statusstring

Example response

{
  "time": 0.002,
  "status": "ok"
}