Execute Evals for Trace
Evaluation Criteria
Execute Evals for Trace
Queue evaluations to run against a specific trace. Evaluations are executed asynchronously.
Use the eval_types field to control which evaluations run:
all(default): Run both LLM-as-judge and code evaluationsllm-as-judge: Run only LLM-based evaluationscode: Run only code-based evaluations
Optionally pass criteria_ids to run specific evaluation criteria. When provided, those
criteria are executed regardless of whether they have already been evaluated. When omitted,
only criteria that have not yet been evaluated for this trace will run.
POST
Execute Evals for Trace
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
202 - application/json
EmptyResponse()
The response is of type EmptyResponse · object.

