trigger_plaid_fetch
Initiate a fetch of financial data from Plaid, updating transactions and account information. Optionally limit to a specific date range or Plaid account ID.
Instructions
Trigger a fetch of latest data from Plaid. Optionally scope the fetch to a date range and/or a specific Plaid account ID. Note: Plaid enforces a minimum 60-second delay between fetch requests; fetching may take up to 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | Beginning of the date range to fetch transactions for (YYYY-MM-DD). Required if end_date is set. | |
| end_date | No | End of the date range to fetch transactions for (YYYY-MM-DD). Required if start_date is set. | |
| id | No | If set, only fetch the specified Plaid account; otherwise all eligible accounts are fetched. |