get_task_summary
Retrieve task-type statistics for the last N days including totals, pending/success/failure counts, average duration and wait time, and last run timestamps.
Instructions
Get per-task-type statistics over the last N days: totals, pending/success/failure counts, average duration and wait time, and last run/success/failure times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days (default 30) | |
| task_type | No | Limit to one task type, e.g. consume_file |