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
Path parameters
Query parameters
Evaluation names to check
Evaluation names to check
Cursor for pagination
Cursor for pagination
Maximum number of runs with incomplete evaluations to return
Maximum number of runs with incomplete evaluations to return
Response
Incomplete evaluations retrieved successfully
Changes
Changed in 3 of the 70 revisions of this API.12
- ○
added the optional property
data/items/dataset_example/sourceto the response with the200statusresponse-optional-property-added
- ○
- ○
added the required property
data/items/dataset_example/node_idto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
data/items/dataset_example/node_idfrom the response with the200statusresponse-required-property-removed
This revision also has 91 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲