GET
/
data
/
projects
/
{projectId}
/
queries
/
{queryId}
curl --request GET \
  --url https://partner.peaka.studio/api/v1/data/projects/{projectId}/queries/{queryId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "709922802836177297",
  "displayName": "sampleQuery",
  "name": "samplequery",
  "inputQuery": "SELECT * from \"mycatalog\".payment.charges"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
queryId
string
required

Response

200 - application/json
Read Query

The response is of type object.