get_transactions
Retrieve account transactions newest first, with optional date filtering and pagination to manage data volume.
Instructions
Get statement transactions for one account, newest first.
Args:
account_id: Account id from list_accounts.
date_from: Optional inclusive start date, ISO YYYY-MM-DD.
date_to: Optional inclusive end date, ISO YYYY-MM-DD.
limit: Page size (default 50, max 500 — keep small to protect context).
offset: Skip offset items before the page (for pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| date_to | No | ||
| date_from | No | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||