get_habit_records
Get check-in records for one or more habits. Optionally filter by date to view history after a specific date.
Instructions
Get check-in records for one or more habits.
[Category: Habits] [Auth: V2]
[Related: list_habits, habit_checkin]
Args:
habit_ids: List of habit IDs to query.
after_stamp: Only return check-ins after this date (YYYYMMDD, e.g. 20260101).
Use 0 for all history.
Returns: {"checkins": {"habitId": [record, ...]}}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| habit_ids | Yes | ||
| after_stamp | No |