List decision changes
list_decision_changesDrain decisions whose state changed, since a cursor. Call with no since to start from now (returns an empty set + the current cursor); then call repeatedly with the returned cursor to get changes in order. Includes reversals (dropped/superseded). Read-only; poll this on a schedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max changes to return (1–200, default 50). | |
| since | No | Opaque cursor from a previous call. Omit on the first call to start from now (no backfill). |