Requires a user auth token. See the section.
Lists all the databases created by the user.
import mindplug from "@/src/mindplugAPI"; // base instance
mindplug.post("/db/list", {});
{
"success": true,
"projects": [
{
"projectName": "walmart",
"lastUpdated": "2023-07-16T18:00:27.601+00:00",
"totalVectors": 5,
"collectionCount": 1
}
]
}