Skip to main content
GET
List transactions

Overview

Returns a paginated transaction list scoped to your organization. Filters can also be reused by transaction exports and bulk rules re-evaluation.

Latest rules evaluation filters

string
Optional inclusive lower bound, as an ISO 8601 timestamp with timezone, for the transaction’s latest successful rules evaluation.
string
Optional inclusive upper bound, as an ISO 8601 timestamp with timezone, for the transaction’s latest successful rules evaluation.
Both parameters can be combined to select a closed date range. When a transaction has no stored evaluation timestamp, the date is resolved from its risk analysis history, so evaluations that happened before this field existed are still matched. Only transactions that were never evaluated are excluded.
Each list item also returns lastRiskEvaluationAt (string | null) with the stored evaluation timestamp.