list_chore_occurrences
Retrieve all scheduled occurrences for a chore within a specified date range, including their statuses.
Instructions
List derived occurrences for a chore in the given date window.
chore_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the lookup.
Each occurrence has a status: Scheduled, Missed,
InProgress, Skipped, DoneOnTime, or DoneLate.
Dates use YYYY-MM-DD; range is inclusive on both ends.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chore_id | Yes | ||
| from_date | No | ||
| to_date | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |