UsageTopAction

An action's share of the usage, ranked by credits.

Properties

action_namestringrequired

Display name of the action, e.g. `Find Email`. Falls back to the internal slug when unmapped.

runsintegerrequired
creditsnumberrequired
cache_hitsinteger

How many of `runs` were served from cache.

Example

UsageTopAction example
{
  "action_name": "string",
  "runs": 0,
  "credits": 0,
  "cache_hits": 0
}