Get Tool Run Status Legacy
This endpoint returns the status of the specified tool run. If the run is completed, it also returns the outputs of the run.
The status of the run can be one of:
RUNNING
: The run is still in progress.COMPLETED
: The run has completed successfully.FAILED
: The run has failed.
The outputs are specified as a dictionary where the keys are the titles of the output blocks and the values are the outputs.