Use this endpoint to list audit events with filters and cursor-based pagination. Designed for SOX/GLBA compliance reporting.
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.
Start date (RFC3339 format with timezone, inclusive). Defaults to 90 days before current time.
End date (RFC3339 format with timezone, exclusive). Defaults to current time.
Filter by event type.
TRANSACTION_VALIDATED, RULE_CREATED, RULE_UPDATED, RULE_ACTIVATED, RULE_DEACTIVATED, RULE_DELETED, LIMIT_CREATED, LIMIT_UPDATED, LIMIT_ACTIVATED, LIMIT_DEACTIVATED, LIMIT_DELETED Filter by action.
VALIDATE, CREATE, UPDATE, DELETE, ACTIVATE, DEACTIVATE 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 (queries context.request.account.id).
Filter by segment ID.
Filter by portfolio ID.
Filter by transaction type.
Filter by matched rule ID (array contains query).
The field used to sort the results.
createdAt, eventType The order used to sort the results.
ASC, DESC Indicates that the request was successful and the response contains the expected data.