MindsDB
Open Source Product Docs
cURL
curl --request GET \ --url http://127.0.0.1:47334/api/projects/{projectName}/views/{viewName}
{ "name": "<string>", "query": "<string>" }
The name of the project
The name of the view
A JSON object with VIEW data
The response is of type object.
object
Was this page helpful?