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 user activity timeline

Get user activity timeline

Retrieve a chronological activity timeline for a specific user showing all actions they have performed, ordered by timestamp.

Path Parameters

ParameterTypeRequiredDescription
userIdstringYesUser identifier to retrieve activity for

Response Fields

Returns an array of activity entries:

FieldTypeDescription
idUUIDAudit log identifier
timestampstringEvent timestamp (ISO 8601)
servicestringOriginating service
eventstringEvent type
entityTypestringRelated entity type
entityIdstringRelated entity identifier
detailsobjectEvent-specific details
clientInfoobjectClient IP, user agent (when available)
transactionobjectAssociated transaction (if applicable)

Use Cases

  • User behavior analysis and investigation
  • Security incident response
  • User activity dashboards
  • Compliance audits for specific individuals
  • Support and troubleshooting user issues

Required Permission

audit:read

On this page

  • Path Parameters
  • Response Fields
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Audit Logs
  3. Get user activity timeline

Get user activity timeline

Retrieve a chronological activity timeline for a specific user showing all actions they have performed, ordered by timestamp.

Path Parameters

ParameterTypeRequiredDescription
userIdstringYesUser identifier to retrieve activity for

Response Fields

Returns an array of activity entries:

FieldTypeDescription
idUUIDAudit log identifier
timestampstringEvent timestamp (ISO 8601)
servicestringOriginating service
eventstringEvent type
entityTypestringRelated entity type
entityIdstringRelated entity identifier
detailsobjectEvent-specific details
clientInfoobjectClient IP, user agent (when available)
transactionobjectAssociated transaction (if applicable)

Use Cases

  • User behavior analysis and investigation
  • Security incident response
  • User activity dashboards
  • Compliance audits for specific individuals
  • Support and troubleshooting user issues

Required Permission

audit:read

On this page

  • Path Parameters
  • Response Fields
  • Use Cases
  • Required Permission