list_tasks
Retrieve recent tasks with filters for status, repository, and active state. Includes watcher status and pending reasons for efficient task monitoring.
Instructions
List recent tasks with status/repo/active filters plus watcher state and computed pending reasons.
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, canceled | |
| repo_path | No | Optional exact repo_path or resolved_repo_path filter. | |
| active_only | No | When true, return only pending and running tasks. |