v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465766489.0 KB

Performs on-demand evaluation of agent traces using a specified evaluator. This synchronous API accepts traces in OpenTelemetry format and returns immediate scoring results with detailed explanations.

post/evaluations/evaluate/{evaluatorId}

Path parameters

evaluatorIdstring required

The unique identifier of the evaluator to use for scoring. Can be a built-in evaluator (e.g., <code>Builtin.Helpfulness</code>, <code>Builtin.Correctness</code>) or a custom evaluator Id created through the control plane API.

Request body

Response

Success