Get the status and result of asynchronously running job. See the
/create/job for starting an asynchronous job.
Some fields of the response are filled only after the submitted job has
finished execution.
The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query. Here is a description of the various fields of the wrapper:
DONE: The job execution has successfully completed and the response is included in the output parameter job_response or output parameter job_response_str field.
ERROR: The job was attempted, but an error was encountered. The output parameter status_map contains the details of the error in error_message.
CANCELLED: Job cancellation was requested while the execution was in progress.