Months — List
months_listList budget months with income, budgeted, activity, and to_be_budgeted totals. Skips empty months by default and supports delta sync via last_knowledge_of_server for efficient updates.
Instructions
[READ] List budget months with summary data (income, budgeted, activity, to_be_budgeted). Amounts are in milliunits (1000 = $1.00). Months in which nothing happened — no income and no activity — are left out by default, the way YNAB's own month picker leaves them out. YNAB keeps records for months before a plan really began, sometimes carrying a stray assignment and a large negative to_be_budgeted, and a review that starts from the first month in this list starts a year before the budget did. omitted_month_count says how many went; include_empty=true returns them. 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 | ||
| include_empty | No | ||
| last_knowledge_of_server | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||