Hi,
I would like to understand how Skyline calculates the number of runs for automation scripts. Specifically, I’m looking to get clarity on the following points:
-
Does the run count include only automation script executions, or are GQI queries included as well?
-
Are scripts hosted on LCA that have triggers and perform data refreshes also counted in the run metrics?
-
Are the values we see in the Information Events section of the cube used to determine script run counts?
Additionally, my goal is to track script executions end-to-end for each application and associated events. I want to determine which scripts are triggered, how frequently, and what events are initiating those executions (e.g., scheduled triggers, user interactions, or data changes).
Could you please help clarify how this tracking is handled within Skyline, and if there is a recommended approach to extract this level of detail per application?
Hi Apurva,
While the UI doesn’t directly show which specific scripts contribute to the total script runs, the usage export does include the script names. You can export this data as a CSV using the Export usage button at the top of the Usage page on https://admin.dataminer.services/
If you’re not already doing so, consider adopting a naming convention like AppName – ScriptName. This makes it easier to group and analyze the number of executions per application.

Hi thanks, it helps, but dont we have some API or any script which I can call in DM to send me that piece of info for that cluster?