List audit logs

Query audit logs with comprehensive filtering and pagination. Returns audit logs for your organization including system activity, user actions, and transaction events.

Query Parameters

ParameterTypeDefaultDescription
pagenumber1Page number for pagination
limitnumber50Items per page (1-100)
servicestringFilter by originating service name
eventstringFilter by event type
entityTypestringFilter by entity type (e.g., Transaction, Vault)
entityIdstringFilter by specific entity identifier
userIdstringFilter by user who performed the action
workflowIdstringFilter by Temporal workflow ID
startDatestringFilter by start date (ISO 8601)
endDatestringFilter by end date (ISO 8601)
sortBystringtimestampSort field (timestamp, service, event)
sortOrderstringdescSort order (asc or desc)

Common Event Types

Event TypeDescription
TRANSACTION_CREATEDNew transaction initiated
TRANSACTION_SUBMITTEDTransaction submitted to blockchain
TRANSACTION_CONFIRMEDTransaction confirmed on chain
TRANSACTION_FAILEDTransaction failed
WORKFLOW_STARTEDTemporal workflow started
WORKFLOW_COMPLETEDTemporal workflow completed
POLICY_EVALUATEDPolicy evaluation performed
APPROVAL_REQUESTEDMulti-party approval requested
APPROVAL_GRANTEDApproval threshold reached
VAULT_CREATEDNew vault created
USER_LOGINUser authenticated

Response Fields

Each audit log entry includes:

FieldTypeDescription
idUUIDUnique audit log identifier
timestampstringEvent timestamp (ISO 8601)
servicestringOriginating service name
eventstringEvent type
entityTypestringRelated entity type
entityIdstringRelated entity identifier
userIdstringUser who performed the action
workflowIdstringAssociated workflow ID
detailsobjectEvent-specific details
metadataobjectAdditional context and client info
organizationIdUUIDOrganization ID

Use Cases

  • Build audit log dashboards and timelines
  • Track system activity and user actions
  • Investigate specific events or workflows
  • Generate compliance reports
  • Monitor security events and system health

Required Permission

audit:read