get_scheduled_results
Retrieve results from scheduled task executions, displaying the last 20 results in newest-first order. Filter by schedule ID or project directory.
Instructions
Get results from scheduled task executions. Returns the last 20 results, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to current working directory. | |
| json | No | Return pure JSON string instead of Markdown format. | |
| schedule_id | No | Filter results by schedule ID. Omit to get all. |