List Audit Events
Use this endpoint to list audit events with filters and cursor-based pagination. Designed for SOX/GLBA compliance reporting.
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.
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_DRAFTED, RULE_DELETED, LIMIT_CREATED, LIMIT_UPDATED, LIMIT_ACTIVATED, LIMIT_DEACTIVATED, LIMIT_DRAFTED, LIMIT_DELETED 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 (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.
created_at, event_type The order used to sort the results.
ASC, DESC Response
Indicates that the request was successful and the response contains the expected data.

