List Transactions
ynab_list_transactionsList transactions from a YNAB plan with filters for date, month, account, category, payee, and limit.
Instructions
List transactions for a YNAB plan with optional date, month, account, category, payee, and limit filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | YNAB-supported server-side cleanup filter. | |
| limit | No | Maximum number of transactions to return. Defaults to 100. | |
| month | No | Only keep transactions in the given YYYY-MM month. | |
| offset | No | Number of matching transactions to skip. Defaults to 0. | |
| cleared | No | Optional local cleared-status filter. | |
| plan_id | No | YNAB plan id. Defaults to "default". | |
| refresh | No | Bypass TTL and delta baselines and fetch a complete response. Defaults to false. | |
| approved | No | Optional local approved-status filter. | |
| payee_id | No | Optional payee id filter. | |
| all_dates | No | Query from the plan's first month. Mutually exclusive with since_date and month. | |
| account_id | No | Optional account id filter. | |
| since_date | No | Only return transactions on or after YYYY-MM-DD. | |
| until_date | No | Only return transactions on or before YYYY-MM-DD. | |
| category_id | No | Optional category id filter. |