Get View Alerts
Views
Get View Alerts
Get alerts (notifications) sent to the authenticated user.
Returns notification history with the actual insights from each alert. Always scoped to the individual user who set up the saved view.
Use view_ids to narrow the history to specific Live Views - e.g. to fetch the latest insights a single view (from GET /api/v1/views) has alerted on. Invalid (non-UUID) view IDs return a 400.
GET
Get View Alerts
Headers
Query Parameters
Number of days back to look
Required range:
1 <= x <= 30Maximum alerts per page
Required range:
1 <= x <= 100Number of alerts to skip
Required range:
x >= 0Only return alerts from these saved views (IDs from GET /api/v1/views). Repeat the parameter (?view_ids=a&view_ids=b) or pass a comma-separated list.