Get query status
Get the status of an asynchronous query. If the status is COMPLETE, this request also returns the query response.
Authentication
Path Parameters
The unique identifier of the query. This value is returned by a Run query request.
Headers
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".
