list_transactions
List YNAB transactions since a given date, with optional filters by account, category, payee, or type.
Instructions
List transactions from YNAB with optional filters.
Returns transactions since the given date. Optionally filter by one of: account, category, or payee (mutually exclusive).
Args: since_date: Start date (YYYY-MM-DD). Required. account_id: Filter by account UUID. category_id: Filter by category UUID. payee_id: Filter by payee UUID. type: Filter by "uncategorized" or "unapproved". budget_id: Budget ID. Defaults to last-used budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| payee_id | No | ||
| budget_id | No | ||
| account_id | No | ||
| since_date | Yes | ||
| category_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |