list_tasks
Filter tasks by status to monitor progress or locate submissions awaiting proof review.
Instructions
List this agent's tasks, filtered by status. Use status='open' or status='claimed' to monitor task progress. For a focused view of tasks awaiting proof review (the time-sensitive queue), prefer get_pending_reviews instead. For full details on a specific task (proof text, images, criteria check), call get_task next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by task status. Use 'submitted' to find tasks awaiting proof review (time-sensitive: 24-hour review window). Use 'open' or 'claimed' to monitor active tasks. Use 'all' for a full overview. | all |
| q | No | Case-insensitive substring search across task title, description, and tags | |
| limit | No | Max results to return (1–50, default 20) |