List Transaction Validations
Use this endpoint to list transaction validation records with cursor-based pagination and filters. Useful for compliance reporting and trend analysis.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Used by single-tenant deployments (MULTI_TENANT_ENABLED=false). Sent on every /v1/* request.
Headers
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.
Query Parameters
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.
created_at, processing_time_ms 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 Response
Indicates that the request was successful and the response contains the expected data.
Paginated list of transaction validations (returns ValidationSummary — a flat, list-optimized shape with fewer fields than TransactionValidation).

