Get Account
get_accountRetrieve detailed account information including balances, type, reconciliation timestamp, and debt metadata from YNAB. Use when you have the account ID and need fresh details.
Instructions
Get one account's details: balances (dollars), type, reconciliation timestamp, and debt metadata. Read-only. Prefer list_accounts when comparing several accounts; use this when you already have the account ID and want fresh detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budgetId | No | Budget ID (uses default if not provided) | |
| accountId | Yes | Account ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Structured result returned by Get Account. |