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
Example response
{
"time": 0.000150269,
"status": "ok",
"result": {
"collections": [
{
"name": "my_collection"
}
]
}
}