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
Example response
{
"time": 0.000002404,
"status": "ok",
"result": {
"exists": true
}
}