Page 1 of 1
How do I access the task history by client?
Published: October 2, 2025 - 8:35 AM
by erems
Hello,
In the task list on the WAPT Enterprise 2.6.0 console, we only see what has happened since the PC restarted.
Sometimes we need to go back further to trace the chronology of events.
Is it possible to have more historical data?
Thank you for your help.
Re: How to access the task history by client?
Published: October 6, 2025 - 10:14 AM
by dcardon
Hello Erems,
Indeed, the task tab retrieves the task history directly from the agent, a history that is stored in the agent's memory since its last startup.
It's possible to create an audit package that retrieves information from the agent's logs, performs some parsing, and sends the information to the WAPT server.
If the need is for the installation history, it should be stored locally in the SQLite database, so it should be even easier to retrieve during auditing.
We'll look into how to integrate this to retrieve enough useful information by default, without overloading the server (in fact, the problem isn't reporting too many issues, but finding the right balance to avoid exceeding the necessary storage and CPU/RAM for parsing

).
In your case, the issue was retrieving the history of versions installed on the machine and by whom (self-service, machine package, group package, etc.)?
See you soon,
Denis
Re: How to access the task history by client?
Published: October 8, 2025 - 9:19 AM
by erems
Hello,
yes, it would be helpful to have a history of actions performed by the WAPT agent on a workstation. In our case, the user wanted to know if WAPT had uninstalled any software.
We checked the agent's logs; they're not easy to read, but the information is there.
It would be good to be able to retrieve this information from the console. An auditing package, as you suggested, would probably be sufficient.
Thank you.