v5

OpenAPI 3.1.02026-08-025631,1012.8 MB
Alerts

Get Latest Alert Result

Get the most recent execution result for an alert. Use this endpoint to poll for alert results without a webhook. Returns the latest execution with match details, or 404 if the alert has never executed.

get/v1/alerts/{alert_identifier}/results

Path parameters

alert_identifierstring required

Alert ID (alt_...) or name

Alert ID (alt_...) or name

Response

Successful Response

alert_idstring required

ID of the alert that was executed

collection_idstring required

Collection the alert was executed against

execution_idstring

Unique identifier for this execution

triggeredboolean required

Whether the alert was triggered

match_countinteger required

Number of matches found

source_documentsstring[]

Document IDs that triggered the alert check

executed_atstring required

ISO 8601 timestamp when the alert was executed

duration_msinteger required

How long the execution took in milliseconds