List transaction validation records
Use this endpoint to list transaction validation records with cursor-based pagination and filters. Useful for compliance reporting and trend analysis.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Max items per page (1-1000, default: 100)
Pagination cursor from previous response
Field to sort by (created_at, processing_time_ms; default: created_at)
Sort direction (ASC, DESC; default: DESC)
Filter from this date (RFC3339)
Filter to this date (RFC3339)
Filter by decision (ALLOW, DENY, REVIEW)
Filter by account ID (UUID)
Filter by matched rule ID (UUID)
Filter by exceeded limit ID (UUID)
Filter by segment ID (UUID)
Filter by portfolio ID (UUID)
Filter by transaction type (CARD, WIRE, PIX, CRYPTO)

