Accounts — List
accounts_listList all accounts for a YNAB plan with balances in milliunits. Use last_knowledge_of_server to fetch only changed accounts for delta sync.
Instructions
[READ] List all accounts for a plan. Balances are in milliunits (1000 = $1.00). last_reconciled_at is read-only everywhere in this API: marking transactions reconciled does not move it, and no tool here can set it. Only reconciling in the YNAB app does, so an account cleaned up through this server will still show its old reconciliation date. Supports delta sync: pass last_knowledge_of_server — the server_knowledge value any earlier response returned — and YNAB sends only what changed since, which is how a long session stays current without re-reading everything. changes_since does the same across categories, months and transactions in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | No | ||
| last_knowledge_of_server | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||