cURL
curl --request POST \ --url http://api/v1/projects/{projectUuid}/sqlRunner/run \ --header 'Content-Type: application/json' \ --data ' { "limit": 123, "sql": "<string>" } '
{ "results": { "jobId": "<string>" }, "status": "ok" }
Success
Show child attributes
ok