skill_tasks_list
List skill execution logs to see task history, including completed, failed, running, and paused executions. Filter results by status or skill for easy analysis.
Instructions
List skill execution logs (task history). Shows completed, failed, running, and paused executions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 20) | |
| offset | No | Offset for pagination (default: 0) | |
| status | No | Filter by status (running, completed, failed, cancelled, paused_for_llm) | |
| skill_id | No | Filter by skill UUID |