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