list_tasks
List recent tasks with filters for status, repository, and activity, including watcher state and pending reasons. Archived history is excluded by default.
Instructions
List recent tasks with status/repo/active/history filters plus watcher state and computed pending reasons. Archived history is excluded by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tasks to return (default 20, max 100) | |
| status | No | Filter by status: pending, running, done, failed, failed_verification, failed_scope_violation, failed_policy_violation, timeout, canceled | |
| repo_path | No | Optional exact repo_path or resolved_repo_path filter. | |
| active_only | No | When true, return only pending and running tasks. | |
| history_state | No | History view. Defaults to active; archived tasks retain all task artifacts. |