get_chore_history
Fetch chore completion history with optional filtering by chore ID and pagination using limit and offset.
Instructions
Get completion history. If chore_id provided, returns history for that chore. Otherwise returns all chores history with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries (default: 50, max: 200) | |
| offset | No | Skip entries for pagination (default: 0) | |
| chore_id | No | Specific chore ID (optional — omit for all chores) |