Accessing “Backend → Execute resource” timing as a variable in Retool

I’m trying to understand whether the “Backend → Execute resource” timing shown in Retool’s query performance hover panel is accessible programmatically as a variable

Hi @Claire_Rosenfeld,

Unfortunately, there is no way to access that timing data programatically.

If you give me some more details on your use case I can suggest potential other options that may be possible if you are self hosted and have access to the Retool containers/backend.

Also @Claire_Rosenfeld,

One option you have to get query run times is with queryName.queryRunTime and returning this value.