Accounts — Get
accounts_getRetrieve a single YNAB account by ID to view its balance in milliunits and its last reconciled timestamp.
Instructions
[READ] Get a single account by ID. Balance is in milliunits (1000 = $1.00). last_reconciled_at is read-only: no route in the YNAB API sets it, so it stays where the YNAB app last left it however many transactions this server marks reconciled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | No | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||