For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sub Action Aggregates

Represents the aggregated statistics of all match sub actions by sub action types.

Properties

subAction string

Sub action type name

subActionId integer

Unique id of a specific sub action type

subActionAggregate integer

Number of times a specific sub action was recorded during a match

{
   "subAction": "Blocked",
   "subActionId": 11103,
   "subActionAggregate": 4
}

Last updated

Was this helpful?