Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
sqlRunner
/
run
Error
A valid request URL is required to generate request examples
{
  "results": {
    "jobId": "<string>"
  },
  "status": "ok"
}
{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}

Path Parameters

projectUuid
string
required

Body

application/json
sql
string
required
limit
number<double>

Response

Success

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