How to know the exact query executed by user

I can view the query execution log via the 'query_execution' table, but the query seems to be hashed, how can I know the eact sql query executed by the user?

If the user hasn't saved the query, the only way would be to profile the database