The STATUS is the request's status, and can have the following values:
'STARTED' - The request is in the process of starting. This status is usually very brief. 'WAITING' - The request is waiting for enough system resources in order to start running. 'RUNNING' - The request is currently executing. 'READY' - The request has completed execution and results are available. 'CLOSING' - The request is in the process of closing. This status is usually very brief. 'SUCCESS' - The request was completed successfully. 'FAILED' - The request failed. 'TERMINATED' - The request was terminated.
Issue/Introduction
Is there a way to find out whether any requests are still running over a specific session ID (e.g. 3300059)?