get_transactions
Query transactions across bank accounts and cards. Filter by date range, merchant, or description; omit account_id to search all accounts, or use fresh=true to refresh a specific account.
Instructions
Query transactions across accounts and cards.
Dates are YYYY-MM-DD and the range is inclusive. search matches the
description or merchant name. Omit account_id to search every account.
fresh=true re-pulls one account from the bank first, so it needs account_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fresh | No | ||
| limit | No | ||
| search | No | ||
| to_date | No | ||
| from_date | No | ||
| account_id | No | ||
| provider_id | No | ||
| include_pending | No |