Inspect Kanban run output
hermes_kanban_run_inspectRetrieve redacted stdout/stderr previews from a Kanban run by providing its run ID, producing a safe inspection receipt while keeping process control locked down.
Instructions
Typed GET /api/plugins/kanban/runs/{run_id}/inspect wrapper that reads per-run captured output (stdout/stderr preview, redacted), writing redacted receipts. Process control remains unwrapped/denied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Kanban run id to inspect (e.g. 741 or run_xxxxxxxx). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |