How do I get all query runtime in our retool env?

We would like to start measure our retool performance, something like snowflake's QUERY_HISTORY but in retool.
data including query title (defined in retool app), query text, query execution start / end time, executor / user, other metadata.

Is that available? or any alternatives?

Hi @Lydia_Wang Thanks for reaching out! Are you on a Cloud Enterprise plan? If so, you could use the Retool audit logs to get this information

If you're self-hosting Retool on prem, you can query the audit log information by adding your Retool instances backing database as a resource within your organization (as is described in this Retool community post)