list_tasks
Monitor background task progress by status, type, and trigger source to track document consumption and async operations.
Instructions
List background tasks with their status, type, trigger source and results. Useful for monitoring document consumption and other async operations. Use the filters to narrow the list; limit sets how many are returned. For only pending/running tasks use list_active_tasks; for totals use get_task_status_counts or get_task_summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of tasks to return (default 25) | |
| status | No | Filter by task state | |
| ordering | No | Field to order by, e.g. '-date_created' | |
| task_type | No | Filter by task type | |
| acknowledged | No | Filter by acknowledged status (false = unacknowledged tasks only) | |
| trigger_source | No | Filter by what triggered the task |