Get query status
Get the status of an asynchronous query. If the status is COMPLETE
, this request also returns the query response.
Path parameters
The unique identifier of the query. This value is returned by a Run query request.
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
The query response. Returned only if the query status is COMPLETE
.
Present only if the status is FAILED
. Contains a message with information about the source of the execution error, such as "message":"Invalid query uuid passed"
.