Get Active Insights
GET /api/v1/insights/active
GET
/api/v1/insights/active
Return active (non-dismissed) proactive insights for the current tenant.
Queries Decision rows with action_type=‘proactive_insight’ created in the last 7 days, then filters out any rows whose insight_hash has a live Redis dismiss key. Redis is the authoritative dismiss store.
Returns:
JSON with insights list. Each item contains:
id, alert_text, severity, source, created_at.
Empty list when no active insights exist.
Authorizations
Responses
200
Successful Response
object
key
additional properties
any