Retrieving audit logs programmatically

Is there any way to retrieve audit logs via workflow?

My clients requested to have the ability to get audit logs for their users, but I don't want to make them admin in my Retool instance.

I'm on Retool Cloud Business plan btw.

1 Like

Hey there @wonka,

Unfortunately there's no way to do this on Retool Cloud.

However, here's an interesting implementation from another user: Audit Logs on Retool Applications

Maybe it can help as inspiration?

Best,

1 Like

Hi @wonka,

I can confirm @MiguelOrtiz that audit logs are not available for cloud users but are available for self hosted users.

You would need to set up a DB and table to mimic our logging, similar to what is described in the link that Miguel shared if you want to generate data related to events in a Retool app.

1 Like