UsageTopAction
An action's share of the usage, ranked by credits.
Properties
action_namestringrequiredDisplay name of the action, e.g. `Find Email`. Falls back to the internal slug when unmapped.
runsintegerrequiredcreditsnumberrequiredcache_hitsintegerHow many of `runs` were served from cache.
Example
UsageTopAction example
{
"action_name": "string",
"runs": 0,
"credits": 0,
"cache_hits": 0
}