Get incomplete evaluations for an experiment
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
Get incomplete evaluations for an experiment
Path Parameters
Query Parameters
Evaluation names to check
Cursor for pagination
Maximum number of runs with incomplete evaluations to return

