board_get_activity
Retrieve activity logs from Vibe Board VE to audit task history, reconstruct sessions, or track agent actions using filters for task, session, agent, or action type.
Instructions
Query the activity_log. Filter by task_id, session_id, agent_name, or action. Results are ordered newest-first and capped at limit (default 50, max 200). Useful for auditing what happened on a task, reconstructing a session, or following an agent's actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Filter by related task ID | |
| session_id | No | Filter by related session ID | |
| agent_name | No | Filter by agent name | |
| action | No | Filter by action type | |
| limit | No | Max entries to return (default 50, max 200) |