MindsDB
Open Source Product Docs
curl --request POST \ --url https://cloud.mindsdb.com/api/sql/query \ --header 'Content-Type: application/json' \ --cookie '{session=273trgsehgrui3i2riurwehe}'\ --data ' { "query": "SELECT * FROM example_db.demo_data.home_rentals LIMIT 10;" }
{ "column_names": [ "sqft", "rental_price" ], "context": { "db": "mindsdb" }, "data": [ [ 917, 3901 ], [ 194, 2042 ] ], "type": "table" }
application/json
query
Was this page helpful?