[✅ Solution] Total number of automations and total saved hours

hi

How to code in ‘execute a script’ action to get number of automations and saved hours under an organization? to mimic this

@ericpapasit you are able to get the total actions consumed via the API right? You are now just hoping to also pull the # of automations and the estimated hours saved that are reported in the automations dashboard?

@Tim are those values going to be accessible via the API? I don’t see them listed here: Automation Usage Report | Tape Developers

2 Likes

@ericpapasit as Carson stated, you should be able to retrieve the number of runs and actions directly via these two APIs:

The number of automations (left most count from your screenshot) should also be retrievable via the respective automations manage API:

The saved hours is a derived and marketing oriented metric that is currently not exposed via the developer API.

Hope that answers you question and unblocks your use case! :eyes: :building_construction:
Cheers
Tim

1 Like