Read budget
get_budgetMANAGEMENT data class. Read one versioned budget: identity-free header, its pinned P&L tree, and filtered/paginated cells with entered-versus-inferred truth. Amounts and locked FX rate are decimal strings. Filter months, lines, centres, or inference before paging; the signed page_token is source-pinned, so restart at page 1 if source_changed. Cells across different P&L lines are not one meaningful grand total, so no cross-line grand total is exposed. No people, ownership, editability, or approval identities are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Optional budget month in YYYY-MM. | |
| budget_id | Yes | Budget id from list_budgets. | |
| client_id | Yes | The entity (client) id — from list_clients. | |
| inference | No | Cell inference state (default all). | |
| page_size | No | Cells per source-pinned page (default 100, max 200). | |
| line_codes | No | Up to 25 P&L line codes. | |
| page_token | No | Signed continuation from the prior page; restart without it if source_changed. | |
| cost_centre_ids | No | Up to 25 cost-centre ids. |