Retrieve the real-time evaluation status for a specific alert-customer pair. This endpoint provides instant visibility into whether a customer has triggered an alert condition, enabling you to monitor account health and take proactive action based on current alert states.
in_alarm
status)A CustomerAlert object containing:
customer_status
: The current evaluation state
ok
- Customer is within acceptable thresholds
in_alarm
- Customer has breached the alert threshold
evaluating
- Alert has yet to be evaluated (typically due to a customer or alert having just been created)
null
- Alert has been archived
triggered_by
: Additional context about what caused the alert to trigger (when applicable)
alert: Complete alert configuration including:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The customer ID and alert ID of the customer alert to get
The body is of type object
.
Success
The response is of type object
.