Endpoint
Endpoint:POST /api/graphs/verifiers/completions
Authentication: Bearer token via Authorization header
Request (rubric evaluation)
traceis a v3 trace. In eval jobs and prompt optimization, the backend can hydrate traces from the interceptor store.rubricis the verifier rubric payload shape (event/outcome criteria lists).
Response
Using with eval jobs
If you enable verifier evaluation in an eval job, the backend can:- hydrate the trace automatically (from interceptor correlation IDs)
- evaluate the trace against a rubric advertised by the task app via
GET /info→rubrics - fuse task app reward (
outcome_reward) and verifier reward into a single final reward (per your configured weights)