Get Kanban orchestration settings
hermes_kanban_orchestration_getRetrieve kanban orchestration settings and resolved effective values, returning redacted receipts to verify current configuration safely without exposing sensitive data.
Instructions
Typed GET /api/plugins/kanban/orchestration wrapper that reads kanban orchestration settings and resolved effective values, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolve | No | Whether the server should return resolved effective values. |
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 |