ai-list_work_items
ai-list_work_itemsRetrieve pending AI work items sorted by priority. Filter by agent type, case ID, or status to find tasks for AI agents.
Instructions
Lists AI work items. By default returns pending items sorted by priority. Use this to find work for AI agents to process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_type | No | Filter by agent_type field | |
| case_id | No | Filter by case ID (@rid format) | |
| limit | No | Maximum number of items to return | |
| status | No | Filter by status: pending, processing, completed, failed, cancelled (default: pending) |