Use this endpoint to list transaction validation records with cursor-based pagination and filters. Useful for compliance reporting and trend analysis.
The type of media of the resource. Must be application/json.
The API Key for authentication. This header is required for all endpoints except health checks.
A unique identifier used to trace and track each request.
The maximum number of items to include in the response. Default: 100, Max: 1000
1 <= x <= 1000Pagination cursor from previous response. When using cursor, sortBy and sortOrder cannot be changed.
The field used to sort the results.
createdAt, processingTimeMs The order used to sort the results.
ASC, DESC Filter from this date (inclusive). Must be RFC3339 format with timezone. Defaults to 90 days before current time.
Filter to this date (exclusive). Must be RFC3339 format with timezone. Defaults to current time.
Filter by decision (ALLOW, DENY, REVIEW).
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 Indicates that the request was successful and the response contains the expected data.