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. Get audit log by ID

Get audit log by ID

Retrieve detailed information about a specific audit log entry including full event details, metadata, and associated transaction information when applicable.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesAudit log identifier

Response Fields

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
clientInfoobjectClient IP, user agent, etc.
organizationIdUUIDOrganization ID
transactionobjectAssociated transaction details (if applicable)

Client Info Object

FieldTypeDescription
ipAddressstringClient IP address
userAgentstringClient user agent string
originstringRequest origin

Use Cases

  • View complete audit log entry details
  • Investigate specific security events
  • Review transaction-related audit entries
  • Debug workflow execution issues
  • Generate detailed audit reports

Required Permission

audit:read

On this page

  • Path Parameters
  • Response Fields
  • Client Info Object
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Audit Logs
  3. Get audit log by ID

Get audit log by ID

Retrieve detailed information about a specific audit log entry including full event details, metadata, and associated transaction information when applicable.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesAudit log identifier

Response Fields

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
clientInfoobjectClient IP, user agent, etc.
organizationIdUUIDOrganization ID
transactionobjectAssociated transaction details (if applicable)

Client Info Object

FieldTypeDescription
ipAddressstringClient IP address
userAgentstringClient user agent string
originstringRequest origin

Use Cases

  • View complete audit log entry details
  • Investigate specific security events
  • Review transaction-related audit entries
  • Debug workflow execution issues
  • Generate detailed audit reports

Required Permission

audit:read

On this page

  • Path Parameters
  • Response Fields
  • Client Info Object
  • Use Cases
  • Required Permission