Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The customer ID and notification ID of the threshold notification to get
Response
Success
Retrieve the real-time evaluation status for a specific threshold notification-customer pair. This endpoint provides instant visibility into whether a customer has triggered a threshold notification condition, enabling you to monitor account health and take proactive action based on current threshold notification 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 threshold for the notification
evaluating - Notification is currently being evaluated (typically during initial setup)
null - Notification has been archived
triggered_by: Additional context about what caused the notification to trigger (when applicable)
alert: Complete threshold notification configuration including:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The customer ID and notification ID of the threshold notification to get
Success