Skip to main content
POST
Query a DataSet

Authorizations

Authorization
string
header
required

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

Path Parameters

dataset_id
string
required

Body

application/json
sql
string
required

Response

200 - application/json

Returns data from the DataSet based on your SQL query.

datasource
string
columns
string[]
metadata
object[]
rows
string[]
numRows
integer
numColumns
integer
fromcache
boolean