GET /api/v1/alerts/check
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script β do not edit this file directly.
GET /api/v1/alerts/check
Handler: app.signals.routes.check_alerts
Methods: GET
Description
Manually trigger alert evaluation on the latest engine snapshot.
Reads signals from the source_raw parallel store directly
(Stage 3 sunset, 2026-06-17 β the legacy
.signals_snapshot.json sidecar was retired).
Result is cached for _ALERTS_CHECK_CACHE_SECONDS (API audit P1) so a
public caller canβt drive repeated full re-evaluations; the cached
payload carries cached: true so a consumer can tell.
Curl
curl -s https://bigclawd.com/api/v1/alerts/check