MindsDB
Open Source Product Docs
cURL
curl --request GET \ --url http://127.0.0.1:47334/api/databases/{databaseName}
{ "name": "<string>", "engine": "<string>", "type": "<string>" }
Name of existing database
A JSON object with database informations
The response is of type object.
object
Was this page helpful?