Skip to main content
POST
Test evaluate an alert

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

alert_id
string
required

Alert ULID

Pattern: ^[0-9A-Z]{26}$

Body

application/json
run_id
string
required

Run ID to evaluate the alert against

Response

Test evaluation results

alert_id
string
required

Alert ULID

run_id
string
required

Run that was evaluated

triggered
boolean
required

Whether the alert would have triggered

suppressed
boolean
default:false

Whether cooldown would have suppressed the trigger

condition_results
object[]

Per-condition evaluation results

dispatch_results
object[]

Empty for dry-run (no dispatching)

message
string

Generated notification message