Cancel Query

Attempts to cancel an actively-running query.

Log in to see full request history
Path Params
string
required
Responses

Response body
object
data
object
string

destination for query results. Only populated for Insert INTO s3 queries.

string

User ID who executed the query.

string

Time (UTC) that query results expire. Only populated if status is COMPLETE.

string

The log offset that query results were written to in the destination collection. Only populated for INSERT INTO queries.

pagination
object

Information for fetching query results pages. Only populated if status is COMPLETE.

query_errors
array of objects

Errors encountered while executing the query.

query_errors
object
string

A message associated with the error, containing more information about it.

int32

The HTTP status code associated with this error, had it been sent as the response status code

string

The type of error.

string

Unique Query ID.

boolean

Whether this query has completed the SELECT command. Only populated for INSERT INTO queries.

string

The SQL query for this request

stats
object

Various stats about the query's execution.

string

Status of the query.

QUEUED RUNNING COMPLETED ERROR CANCELLED

string

Time (UTC) the query request was first received and queued for execution.

Language
Credentials
URL