get_account
Retrieve complete details of a YNAB account including balance, type, and budget status by providing its account ID.
Instructions
Get a single YNAB account with full details.
Returns balance, type, on-budget status, note, and more.
Args: account_id: Account UUID. budget_id: Budget ID. Defaults to last-used budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |