get_transaction
Retrieve complete details of a single YNAB transaction using its unique ID. Optionally provide a budget ID to fetch from a specific budget.
Instructions
Get a single YNAB transaction with full details.
Args: transaction_id: Transaction UUID. budget_id: Budget ID. Defaults to last-used budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | ||
| transaction_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |