listRevisionChanges
List your consecutive-edit runs across all GROWI pages, showing baseline and final revisions, for incremental sync with cursor pagination.
Instructions
List the authenticated user's consecutive-edit runs across all pages in GROWI. Each entry includes the baseline (from) and final (to) revision of the run with page accessibility flags, ordered for stable incremental sync with cursor pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of run entries to return (1-100, default 20, optional) | |
| since | No | Inclusive lower bound on revision createdAt (ISO 8601, optional) | |
| cursor | No | Opaque pagination cursor returned in the `next` field of a prior response (optional) | |
| toDate | No | End of the date range (inclusive, ISO 8601, optional). Must not be earlier than `fromDate` | |
| appName | No | GROWI app name to operate on (optional, uses default if not specified) | |
| fromDate | No | Start of the date range (inclusive, ISO 8601, optional). Combined with `since`: the effective lower bound is the later of the two values |