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
The Metronome ID of the customer
The Metronome ID of the threshold notification
Only present for spend_threshold_reached notifications. Retrieve the notification for a specific group key-value pair.
Only allowed for low_remaining_seat_balance_reached notifications. This filters alerts by the seat group key-value pair.
Success