Statement List
statement_listList available daily or monthly account statements by date range. Get statement IDs to export and download them.
Instructions
List available account statements (daily/monthly). Use the id with statement_export to download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of records to return. Defaults to 30 for "daily" or 12 for "monthly". The default depends on `statement_type`, so the schema declares none: `skip_serializing_if` is what stops schemars deriving `default: null` from `serde(default)`, which would contradict the integer type. | |
| start_date | No | Start date (yyyy-mm-dd). Defaults to 30 days ago for "daily" or 12 months ago for "monthly". | |
| statement_type | No | Statement type: "daily" (default) or "monthly". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes |