API Endpoint for table query_execution on Metabase Cloud

Hi, I use metabase Cloud right now.

And Currently i want to join all executed queries on metabase with our Bigquery query logs. I already activate hash on metabase. But i got obstacle to join with specific card id.

I saw that metabase db has query_execution table that contains hash i need.

so, Do metabase API has specific endpoint to get query_execution table? I need to store it to bigquery and joining with bigquery logs. I already go to this page Metabase API documentation and didn't see anything about this.

Thanks in advance!

Unfortunately no, we don’t expose the app db in the cloud instances. You should check if there’s something on Bigquery schema that can allow you to do what you want to achieve

Thanks for the answer Luiggi, really appreciate!