Cubewire LogoDeveloper
Support
Onboarding
Cubewire Developer Hub Logo
SOC 2 Compliant

Developer documentation and tools for Cubewire's digital wallet infrastructure. Built for developers, by developers.

developers@cubewire.com
TwitterGitHubDiscord

Developer Tools

  • API Documentation
  • API Reference

Resources

  • Documentation

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
© 2026 Cubewire. All rights reserved.
Developer Documentation Portal•Built with ♥ for developers
  1. Cubewire Wallet
  2. Manage Audit Logs
  3. List audit logs

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)
servicestring—Filter by originating service name
eventstring—Filter by event type
entityTypestring—Filter by entity type (e.g., Transaction, Vault)
entityIdstring—Filter by specific entity identifier
userIdstring—Filter by user who performed the action
workflowIdstring—Filter by Temporal workflow ID
startDatestring—Filter by start date (ISO 8601)
endDatestring—Filter 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

On this page

  • Query Parameters
  • Common Event Types
  • Response Fields
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Audit Logs
  3. List audit logs

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)
servicestring—Filter by originating service name
eventstring—Filter by event type
entityTypestring—Filter by entity type (e.g., Transaction, Vault)
entityIdstring—Filter by specific entity identifier
userIdstring—Filter by user who performed the action
workflowIdstring—Filter by Temporal workflow ID
startDatestring—Filter by start date (ISO 8601)
endDatestring—Filter 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

On this page

  • Query Parameters
  • Common Event Types
  • Response Fields
  • Use Cases
  • Required Permission