Get query

Get query including paginated results if the query execution is complete

Path parameters

query_idstringRequired
The unique identifier for the query

Headers

AuthorizationstringRequired

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

Query parameters

offsetintegerOptional>=0Defaults to 0
Starting index to return in the results
limitintegerOptional>=1Defaults to 100
Max number of items to return in the results
exclude_resultsbooleanOptionalDefaults to false
Optionally exclude results from the response

Response

Query data including paginated results if available
createdUserIdstring
The user that created the resource
createdDtdatetime
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtdatetime
The datetime the resource was last updated
queryIdstring
The query id
querystring
The SQL query
datasetIdstring
The dataset id
statusenum
The current status of the query
startDtdatetime or null
The time the query started executing
endDtdatetime or null
The time the query finished executing
isActiveboolean or nullDefaults to false
Defines if the query is in an active state or not
resultobject or null
The result of the query

Errors