Tools
Get Tool Run Status
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 list of dictionaries each containing the title of the output block, the output text, and any files.
GET
/
v1beta2
/
tool
/
run-status
/
{tool_run_uid}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.