Watches
Replay Watch
Re-evaluate a watch against historical data
POST
Overview
Bumps the watch’sevaluation_epoch, which causes the evaluator to
re-process every watched office on the next sync. Use this after a query
edit or to verify behaviour following backfilled data corrections.
Required scope: watches:admin.
watches:admin is not self-service — replay can produce a flood of
alerts, so the scope is granted only to admin/automation keys on request.
Email support@signa.so to have it enabled.Path Parameters
Watch ID (
wat_*).Body Parameters
None. Send an empty body.Response
Returns the updatedWatch with the new evaluation_epoch.
Errors
- 400 —
from_datesupplied (reserved for v1.1). - 403 — caller lacks
watches:adminscope. - 404 — watch does not exist.
- 409 — an evaluator is currently holding the per-(watch, office) lease. Retry once the 15-minute stale-takeover window elapses, or wait for the in-flight run to complete.