get_transaction
Read-onlyIdempotent
Retrieve detailed information for a specific YNAB transaction using budget and transaction IDs to view amounts, categories, and dates.
Instructions
Get detailed information for a specific transaction
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | ||
| transaction_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | No | Indicates if data was served from cache | |
| usedDelta | No | Indicates if delta merge optimization was applied for budgets | |
| cache_info | No | Human-readable cache status message (e.g., "Cache hit", "Cache miss") | |
| transaction | Yes | Transaction details |