experiments
Get incomplete evaluations for an experiment
Get experiment runs that have incomplete evaluations.
Returns runs with:
- Missing evaluations (evaluator has not been run)
- Failed evaluations (evaluator ran but has errors)
Args: experiment_id: The ID of the experiment evaluation_name: List of evaluation names to check (required, at least one) cursor: Cursor for pagination limit: Maximum number of results to return
Returns: Paginated list of runs with incomplete evaluations
get/v1/experiments/{experiment_id}/incomplete-evaluations
Path parameters
experiment_idstring required
Query parameters
evaluation_namestring[]
Evaluation names to check
Evaluation names to check
cursorstring nullable
Cursor for pagination
Cursor for pagination
limitinteger
Maximum number of runs with incomplete evaluations to return
Maximum number of runs with incomplete evaluations to return
Response
Incomplete evaluations retrieved successfully