Description
Create a score for a span using either a trace ID or span ID. When using a trace ID, the score will be attached to the root span of that trace.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Create evaluator score with trace ID
Name of the evaluator score
The score value (float)
Source of the score
Available options:
Code
, Evaluator
The trace ID to score (will be attached to root span)
Additional metadata for the score
Response
Evaluator score created successfully