POST
/
data
/
projects
/
{projectId}
/
queries
/
execute
curl --request POST \
  --url https://partner.peaka.studio/api/v1/data/projects/{projectId}/queries/execute \
  --header 'Content-Type: application/json' \
  --data '{
  "from": [
    {
      "catalogName": "peaka",
      "schemaName": "query",
      "tableName": "samplequery"
    }
  ]
}'

Path Parameters

projectId
string
required

Body

application/json
columns
string[]
from
object[]
limit
integer
offset
integer
orderBy
string[]
filters
object

Response

200 - application/json

Represents the result of a query.

columns
object[]

The columns of the query result.

data
array

The data of the query result.