host.runs.get
Read one run's status, progress and (once done) result by id -- the same run a host.tool_call(..., async=true) or a scheduled/triggered execution created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run id to read. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |