GET /alerts/{id}/log
GETalerts/:id/log
Retrieve the event logs triggered by a specific alert rule
Path Parameters
id string Required
User alert ID
Query Parameters
offset string
Number of items to skip before starting to return results
limit string
Maximum number of items to return per request
sort string
Example: -timestamp (desc) or timestamp (asc)
Returns
- dataarray
- idstringUnique identifier of the triggered alert log entry
- profile_idstringProfile ID associated with this alert occurrence
- user_alert_idstringReference to the parent user alert configuration
- namestringName of the alert that was triggered
- rulesarrayArray of alert rules with their trigger details and matched conditions
- typestringType of alert rule that was triggered
- snapshotobjectSnapshot of data at the time the alert was triggered (e.g., current reputation scores, RBL status)
- matchingsobjectDetails of what matched the alert rule conditions (e.g., specific IPs, domains, or values that triggered the alert)
- typestring
- timestampstringTimestamp when the alert was triggered
- idstring
- metaobjectPagination metadata for list responses
- countintegerTotal number of items available
- offsetintegerNumber of items skipped
- limitintegerMaximum number of items returned per request
- countinteger
Error Codes
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
404 Not Found
Not Found
500 Internal Server Error
Internal server error