GET
/
v1beta
/
tool
/
run-status
/
{tool_run_uid}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tool_run_uid
string
required

Response

200 - application/json

The response body returned when checking the status of a tool run (legacy body)

status
enum<string>
required

The status of a tool run.

Available options:
RUNNING,
COMPLETED,
FAILED
outputs
object | null