skill_schedule_list
List scheduled skill runs and filter them by skill ID or status (pending, running, failed, completed) to quickly find specific executions.
Instructions
List scheduled skill runs with optional filtering by skill or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 20) | |
| offset | No | Offset for pagination (default: 0) | |
| status | No | Filter by status (pending, running, failed, completed) | |
| skill_id | No | Filter by skill UUID |