experiments
Get incomplete runs for an experiment
Get runs that need to be completed for this experiment.
Returns all incomplete runs, including both missing runs (not yet attempted) and failed runs (attempted but have errors).
Args: experiment_id: The ID of the experiment cursor: Cursor for pagination limit: Maximum number of results to return
Returns: Paginated list of incomplete runs grouped by dataset example, with repetition numbers that need to be run
get/v1/experiments/{experiment_id}/incomplete-runs
Path parameters
experiment_idstring required
Query parameters
cursorstring nullable
Cursor for pagination
Cursor for pagination
limitinteger
Maximum number of examples with incomplete runs to return
Maximum number of examples with incomplete runs to return
Response
Incomplete runs retrieved successfully