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
Example response
{
"time": 0.002,
"status": "ok"
}