list_transactions
Fetch transactions for a specified account within a given date range, returning normalized and validated transaction data.
Instructions
Read sample CSV, normalize rows → Transaction[] with schema validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date in YYYY-MM-DD format | |
| account_id | Yes | The account ID to fetch transactions for | |
| start_date | Yes | Start date in YYYY-MM-DD format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |