get_run
Retrieve the current status of a submitted run, including its progress and state, to monitor execution.
Instructions
Return the current state of a submitted run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| steps | No | ||
| run_id | No | ||
| status | No | ||
| worker | No | ||
| task_id | No | ||
| run_error | No | ||
| repository | No | ||
| final_evals | No | ||
| current_step | No | ||
| submitted_at | No | ||
| duration_seconds | No |