Create query
Create and enqueue the execution of a SQL query
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
query
The SQL query
datasetId
The id of the dataset to query
Response
This endpoint returns an object.
createdUserId
The user that created the resource
createdDt
The created datetime of the resource
updatedUserId
The user that last updated the resource
updatedDt
The datetime the resource was last updated
queryId
The query id
query
The SQL query
datasetId
The dataset id
status
The current status of the query
startDt
The time the query started executing
endDt
The time the query finished executing
isActive
Defines if the query is in an active state or not