cURL
curl --request POST \ --url http://api/v1/projects/{projectUuid}/sqlQuery \ --header 'Content-Type: application/json' \ --data ' { "sql": "<string>" } '
{ "results": { "rows": [ {} ], "fields": {} }, "status": "ok" }
Run a raw sql query against the project’s warehouse connection
The uuid of the project to run the query against
The query to run
Success
Show child attributes
ok