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

Query Parameters

ParameterTypeDefaultDescription
startDatestringFilter by start date (ISO 8601)
endDatestringFilter by end date (ISO 8601)
limitnumber100Maximum entries to return (1-1000)

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