getTransactionById
Fetch a single transaction from a YNAB budget plan by its unique ID. Provide plan_id and transaction_id to return the transaction details.
Instructions
Returns a single transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | The id of the plan. "last-used" can be used to specify the last used plan and "default" can be used if default plan selection is enabled (see: https://api.ynab.com/#oauth-default-plan). | |
| transaction_id | Yes | The id of the transaction |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |