ofw_list_journal_entries
List OurFamilyWizard journal entries with pagination. Use start and max to fetch a page, and continue using hasMore and nextStart until all entries are retrieved.
Instructions
List OurFamilyWizard journal entries. Offset-paged via start/max (1-based). The response leads with its paging state — hasMore and nextStart (null when the list is exhausted) — BEFORE the records, so a truncated or partially-read response still says whether more remain. Never state an entry count or an absence from one page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Max results (default 10) | |
| start | No | Start offset, 1-based (default 1). To continue a listing, pass the `nextStart` from the previous response. |