launch_status
Retrieve run progress from the log to check status without blocking on completion.
Instructions
Read a run without waiting on it.
A launch polls DNS and can outlast a single tool call, so progress is read from the run log rather than held open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | The run to read, as returned by check, fix or call_provider_tool. The newest run when omitted. |