Get recent transactions
get_transactionsRetrieve an account's transaction history within a specified lookback window to support fraud investigations. Returns a summary with evidence for review.
Instructions
Return an account's transactions within a lookback window, with a summary.
This is EVIDENCE, not a verdict. It does not evaluate risk. To learn whether
an account has tripped any fraud rule, call `evaluate_fraud_rules` - reading
these rows and forming your own opinion is exactly what this server is built
to prevent.
Returns an error envelope (`ok: false`) for unknown accounts or an out-of-range
`days`. A successful response with zero transactions carries an
`empty_result_guidance` block explaining what the emptiness does and does not
imply; read it before drawing any conclusion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | Lookback window in days, counted back from the dataset's frozen `as_of` clock (NOT from today's date). Use 7-30 for a velocity or takeover review; 90+ to establish a spending baseline or to investigate a dormant account. An empty result means the window was too narrow, not that the account is clean. | |
| account_id | Yes | Account identifier in the exact form 'ACC-####' (e.g. 'ACC-1013'). Copy it from a previous tool response or the user's message; do not invent or reformat it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||