Statement List
statement_listList available account statements by type (daily or monthly) and date range. Retrieve statement IDs for downloading via statement_export.
Instructions
List available account statements (daily/monthly). Returns list[]{id, type (daily/monthly), date, status}. Use the id with statement_export to download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| statement_type | No | Statement type: "daily" (default) or "monthly". | |
| start_date | No | Start date (yyyy-mm-dd). Defaults to 30 days ago for "daily" or 12 months ago for "monthly". | |
| limit | No | Number of records to return. Defaults to 30 for "daily" or 12 for "monthly". |