Set the engineer's human_decision on a regression check
regression
Set the engineer's human_decision on a regression check
Annotate a regression check with the engineer's decision.
Request body:
{"decision": "intentional" | "acknowledged" | "needs_review" | null}
Setting decision to null clears any prior decision. The auto-computed
structural + eval verdicts are unchanged — this is purely a human
annotation layer on top.
POST
Set the engineer's human_decision on a regression check
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Path Parameters
Cookies
Body
application/json
Body for recording a decision on a regression alert.
Strictly validated on purpose: an unknown key (say action instead of
decision) or an unknown decision value is rejected with 422 rather than
being ignored — a misspelled field would otherwise silently clear the
decision already on record instead of setting a new one.
Engineer's human annotation. null clears any prior decision; intentional/acknowledged/needs_review record one.
Available options:
intentional, acknowledged, needs_review Response
Successful Response