Statement List
statement_listRetrieve a list of available account statements by type, date range, and limit, then use the returned ID to download a statement.
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". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | Available statements in the requested range. |