Endpoint
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Aggregated detection ID |
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique aggregated detection ID |
rule_name | string | Name of the rule that triggered |
chain | string | Blockchain network |
block_number | number | Block number |
severity | string | Severity level (NOTICE, WARNING, CRITICAL) |
count | number | Number of individual findings in this group |
timestamp | string | Timestamp of the aggregated detection (ISO 8601) |
tags | array | Rule tags |
detections | array | Array of all individual findings in this group |
summary | object | Aggregated statistics (custom fields) |