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

Path Parameters

projectUuid
string
required

The uuid of the project to run the query against

Body

application/json

The query to run

The query to run

sql
string
required

Response

Success

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