get_run
Retrieve the status or final response of a Dobby run by task ID, recovering results from local storage after timeouts.
Instructions
Get the status or final ToolResponse for a Dobby run by task id. This can recover results from .codex-dobby/runs even after a blocking tools/call timed out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| repo_root | Yes | Absolute path to the target git worktree. Always pass the caller's active repository root; Dobby deliberately has no implicit repo fallback. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | ||
| state | Yes | ||
| result | No | ||
| status | No | ||
| summary | Yes | ||
| task_id | Yes | ||
| warnings | No | ||
| repo_root | Yes | ||
| stop_reason | No | ||
| result_state | No | ||
| artifact_paths | No | ||
| pending_task_ids | No |