List budgets
list_budgetsMANAGEMENT data class. Discover budget ids and versions without identity fields. Locked FX rate and all money-valued fields are decimal strings. Filter status or fiscal-year start before paging. The signed page_token is pinned to the complete filtered source; restart at page 1 if source_changed. This lists budget headers only, not cells, approvals identities, or a recalculated budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional budget status. | |
| client_id | Yes | The entity (client) id — from list_clients. | |
| page_size | No | Rows per source-pinned page (default 20, max 50). | |
| page_token | No | Signed continuation from the prior page; restart without it if source_changed. | |
| fiscal_year_start | No | Optional fiscal-year first-of-month date, e.g. 2026-04-01. |