Record a score
POST/api/v1/evals/record-score
Records a reviewer rating against a trace, observation or session.
The score source is always recorded as SCORE_SOURCE_HUMAN and cannot be set from the request — a caller of this API is a tenant-side reviewer or tool by definition, and letting the request choose would let it write scores that read as end-user sentiment. The rater identity likewise comes from the authenticated caller, not the body.
Request
Responses
- 200
OK