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"
}
This endpoint is deprecated and past its sunset date (17 May 2025) — it may be removed at any time.Migrate to the v2 async query flow: Execute SQL query (POST /api/v2/projects/{projectUuid}/query/sql) to start the query, then Get results to fetch rows. See also Cancel query and Download results.

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