List audit events
Use this endpoint to list audit events with filters and cursor-based pagination. Designed for SOX/GLBA compliance reporting.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Start date (RFC3339 format)
End date (RFC3339 format)
Filter by event type (TRANSACTION_VALIDATED, RULE_, LIMIT_)
Filter by action (VALIDATE, CREATE, UPDATE, DELETE, ACTIVATE, DEACTIVATE, DRAFT)
Filter by result (SUCCESS, FAILED, ALLOW, DENY, REVIEW)
Filter by resource type (transaction, rule, limit)
Filter by resource ID (UUID)
Filter by actor type (user, system)
Filter by actor ID
Filter by account ID (UUID)
Filter by segment ID (UUID)
Filter by portfolio ID (UUID)
Filter by transaction type (CARD, WIRE, PIX, CRYPTO)
Filter by matched rule ID (UUID)
Max items per page (1-1000, default: 100)
Pagination token (empty for first page)
Sort field (created_at, event_type)
Sort direction (ASC, DESC)

