Skip to main content
GET
Get Run By Id

Authorizations

x-api-key
string
header
required

Path Parameters

run_id
string
required

Response

Successful Response

Represents a Run.

id
string
required

The ID of the created task run

task_id
string
required

The ID of the created task

status
enum<string>
default:pending

The status of the agent's task

Available options:
success,
failure,
pending
result
any | null

The final result of the agent's task

is_done
boolean | null

Whether the agent has completed its task

is_successful
boolean | null

Whether the agent was successful in completing its task