List transactions
ynab_list_transactionsList transactions from a YNAB budget with filters for account, category, date, or type (uncategorized/unapproved), and pagination.
Instructions
List a budget's transactions, with filters and pagination.
Filter by account OR by category (not both, per the API), by date (since_date) and by type (uncategorized / unapproved). Amount is in currency units (negative = expense). Returns id, date, payee_name, amount, category_name, memo, approved, cleared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Pagination offset | |
| txn_type | No | 'uncategorized' or 'unapproved' to return only those | |
| budget_id | No | Budget id, or 'last-used' | last-used |
| account_id | No | Filter by account | |
| since_date | No | Only since this date, format YYYY-MM-DD | |
| category_id | No | Filter by category | |
| response_format | No | How a tool should render its result. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |