get_unapproved_transactions
Retrieve transactions pending approval for review and decision-making in your YNAB budget management workflow.
Instructions
Get all unapproved transactions that need review.
Args:
budget_id: The ID of the budget (use 'last-used' for default budget)
Returns:
JSON string with list of unapproved 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"
}