ynab_list_scheduled_transactions
List scheduled transactions from your YNAB budget with pagination and caching. Get amounts in both decimal and milliunits for accurate tracking.
Instructions
List scheduled transactions with delta caching and pagination. Amounts are returned in decimal currency and explicit milliunits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| budget_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| used_delta | Yes | ||
| next_offset | Yes | ||
| total_count | Yes | ||
| returned_count | Yes | ||
| scheduled_transactions | Yes |