Get Kanban board
hermes_kanban_board_getRetrieve Kanban board tasks by board slug, tenant, and archived filter with pagination support via limit and offset, returning redacted receipts for safe evidence tracking.
Instructions
Typed GET /api/plugins/kanban/board wrapper that reads a Kanban board with optional board slug, tenant, archived filter, limit, and offset, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | No | Board slug to query. Defaults to the configured default board. | |
| limit | No | Maximum number of tasks to return. | |
| offset | No | Offset for paginated board reads. | |
| tenant | No | Optional tenant namespace. | |
| include_archived | No | Include archived tasks in the board view. |
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 |