Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
sqlRunner
/
run
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"
}

Path Parameters

projectUuid
string
required

Body

application/json
sql
string
required
limit
number

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok