Skip to main content
GET
Get a background tool run's status and result

Authorizations

x-api-key
string
header
required

Path Parameters

run_id
string
required

Response

Success.

data
ToolRunView · object
required

A background tool run's full status view. finished_at/result/error are present only once the run reaches a terminal status, so they are optional; result is the tool's arbitrary output.