Search transactions
get_transactionsSearch Actual Budget transactions within a date range, with optional filters like account, category, text, and amount. Exclude transfers and paginate results to find specific spending records quickly.
Instructions
Search transactions by date range with optional filters (account, category, text, amount range, uncategorized). Transfers excluded by default. Paginated (max 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| end_date | Yes | End date YYYY-MM-DD | |
| account_id | No | ||
| max_amount | No | ||
| min_amount | No | Units, e.g. -500 | |
| start_date | Yes | Start date YYYY-MM-DD | |
| category_id | No | ||
| search_text | No | Substring match on payee name or notes | |
| uncategorized | No | ||
| include_transfers | No |