get_fasting_history
Retrieve fasting history data from Cronometer, including fast status, names, recurrence rules, and timestamps. Filter results by date range or access complete history.
Instructions
Get fasting history from Cronometer.
Returns all fasts (or fasts within a date range) with their status, names, recurrence rules, and timestamps.
Args: start_date: Start date as YYYY-MM-DD (omit for all history). end_date: End date as YYYY-MM-DD (omit for all history).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | ||
| end_date | No |