board_get_activity
Query the activity log to audit tasks, reconstruct sessions, or track agent actions. Filter by task ID, session ID, agent name, or action, with results capped at a customizable limit.
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) |