Get the status of an asynchronous query. If the status is COMPLETE
, this request also returns the query response.
The unique identifier of the query. This value is returned by a Run query request.
Specify whether to use your community account or organization account to complete the request. To use your community account, define as your user ID. To use your organization account, define as your organization ID. If unspecified, defaults to community account context. See Authorization and context identification for details.
Query result successfully retrieved.
The unique identifier of the query.
Status of the query.
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"
.