Changes — Since last check
changes_sinceFetch YNAB budget changes since a server_knowledge baseline to update sessions after edits without re-reading categories, months, or transactions.
Instructions
[READ] What changed in the plan since a given server_knowledge value: categories, months, and transactions, compactly. Use it after the user edits their budget in the app instead of re-reading everything. Call it with no arguments first to get a baseline server_knowledge, then pass that value back on each later call. Every response returns the value to use next time. This is the cheap way to keep a long session honest: re-reading a range you already have costs one request per month, and this costs three no matter how much moved. Deleted records are omitted, and delta sync reports that a record changed, not how — the values shown are current ones. Costs three requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| plan_id | No | ||
| server_knowledge | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||