Execute Evals for Completion
Evaluation Criteria
Execute Evals for Completion
Queue evaluations to run against a specific completion. 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 completion will run.
POST
Execute Evals for Completion
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.

