function getAllActivityLog getAllActivityLog(limit?: number): Promise<ActivityLogEntry[]> Get all activity log entries (most recent first) Parameters optional limit: number = 100 Return Type Promise<ActivityLogEntry[]>