get_schedule_runs
Retrieve past watering runs and skips for a schedule within a date range to audit irrigation history.
Instructions
Return past runs + skips for a schedule in a date range.
Useful for auditing 'did my Summer Lawn actually water last week?'.
Args: schedule_id: Schedule UUID. start: Start date ISO YYYY-MM-DD (default: today - 30 days). end: End date ISO YYYY-MM-DD (default: today).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |