v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
integrations

getNotificationStatus

Returns the live per-rule alert state and (for 'auto' rules) the current hour-of-week baseline band for an integration's notification monitoring. Reflects the latest 5-minute sweep — near-real-time, not live. Requires the integration:view permission on the integration's organization.

get/v2/integrations/{integrationId}/notifications/status

Path parameters

integrationIdstring uuid required

The integration ID

Query parameters

include'baseline_series'

Add baseline_series to also return all 168 hour-of-week buckets per 'auto' rule (heavier; omit for just the current-bucket markers).

Response

Live notification status

health'healthy' | 'alerting' | 'muted' required

Rolled-up live status: muted when muteUntil is in the future; else alerting if any rule is currently ALERTING; else healthy.

evaluated_atstring date-time nullable

Most recent per-rule evaluation instant (max lastEvaluatedAt), or null when no rule has been evaluated. Updates on the 5-minute sweep tick.