get_scheduled_transactions
Retrieve all scheduled transactions from your YNAB budget to manage upcoming payments and maintain financial planning accuracy.
Instructions
Get all scheduled transactions.
Args:
budget_id: The ID of the budget (use 'last-used' for default budget)
Returns:
JSON string with list of scheduled transactions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
budget_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"budget_id": {
"title": "Budget Id",
"type": "string"
}
},
"required": [
"budget_id"
],
"type": "object"
}