get_entity_error_groups
Identify and group frequent errors from TransactionError events by class and message to analyze error patterns and prioritize fixes.
Instructions
Get error groups from TransactionError events. Groups errors by class and message to identify the most frequent and impactful errors.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityGuid | No | Filter errors by entity GUID | |
| transactionName | No | Filter errors by transaction name (partial match) | |
| sinceDays | No | Number of days to look back (default: 7, max: 30) | |
| limit | No | Maximum number of error groups to return (default: 50, max: 100) |