list_changes
Get a sequential change feed of recorded writes for audit trail and sync, with cursor-based pagination to track updates since a given point.
Instructions
Change feed: every recorded write after cursor since (audit trail + sync).
Each event carries seq (the cursor — pass the last seq back as since), ts,
actor (who did it), entity/op (e.g. card.moved), and a slim data payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |