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, traces can be automatically hydrated 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:- Traces are automatically hydrated (from interceptor correlation IDs)
- The trace is evaluated against a rubric advertised by the task app via
GET /info→rubrics - Task app reward (
outcome_reward) and verifier reward are fused into a single final reward (per your configured weights)