POST
/
api
/
v1
/
projects
/
{projectUuid}
/
sqlQuery
{
  "results": {
    "rows": [
      {}
    ],
    "fields": {}
  },
  "status": "ok"
}

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

200
application/json
Success
results
object
required
status
enum<string>
required
Available options:
ok