Get Transactions
get_transactionsFetch financial transactions within a specified date range across all connected accounts. Retrieve transaction data from banks, credit cards, and other financial institutions using date-based filtering.
Instructions
Fetch transactions in [start_date, end_date] across all healthy Items.
Dates are ISO YYYY-MM-DD. Uses Plaid /transactions/get with offset pagination (count=500 per page). If start_date is older than ~2 years before end_date, the window is clipped and a warning is emitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ||
| end_date | Yes | ||
| account_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||