Get query

GET

Get query including paginated results if the query execution is complete

Path parameters

query_idstringRequired

The unique identifier for the query

Query parameters

offsetintegerOptional

Starting index to return in the results

limitintegerOptional

Max number of items to return in the results

exclude_resultsbooleanOptional

Optionally exclude results from the response

Response

This endpoint returns an object.
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

startDtdatetimeOptional

The time the query started executing

endDtdatetimeOptional

The time the query finished executing

isActivebooleanOptional

Defines if the query is in an active state or not

resultobjectOptional

The result of the query