search_transactions
Filter and retrieve rent ledger transactions by date, category, entry type, account, source, text, or amount, returning matching entries and total count.
Instructions
Search ledger transactions with flexible filters.
Filters combine with AND. entry_types accepts charge/payment/credit/
refund/adjustment. Amount bounds apply to the signed amount. Returns the
matching transactions (newest first) and a count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| limit | No | ||
| source | No | ||
| account | No | ||
| date_to | No | ||
| date_from | No | ||
| categories | No | ||
| max_amount | No | ||
| min_amount | No | ||
| entry_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||