I was going to implement my own audit tracking to log every action a user takes, but then saw Retool already has Audit logs. However, they seem to be inside the Retool admin. They basically provide everything I want, but I need actual users to have access to it. Can I use these logs inside of my application, or can they only be used by a Retool admin?
Hi, you can try to use sql in you app to try if you can get the result.
According to the docs, only the admin can access the audit logs.
for a workaround, you can run a webflow periodical to copy the data from audit logs
to yours?