List Simulations
List simulations filtered by a parameterized model, study, or protocol.
Exactly one of parameterized_model_id, study_id, or
experiment_template_id must be provided. Returns simulation summaries
without simulation_data, plus a map of model scalar parameters
deduplicated by parameterized_model_id.
Parameters
parameterized_model_id : str, optional Filter simulations belonging to this parameterized model. study_id : str, optional Filter simulations assigned to this study. experiment_template_id : str, optional Filter simulations whose experiment references this protocol template. limit : int, optional Maximum number of results to return. Must be between 1 and 1000. Defaults to 100. offset : int, optional Number of results to skip for pagination. Must be >= 0. Defaults to 0.
Returns
ListSimulationsResponse Simulations, model scalar parameters map, and total count.
Query Parameters
1 <= x <= 1000x >= 0Response
Successful Response
Response for study simulations with deduplicated model parameters.
Instead of including full parameters on each simulation (which can be massive expression trees), this response includes simulations without parameters and a separate map of model_id -> scalar parameters. The frontend can merge: design.design_parameters over model base params.
List of simulation summaries without full parameters
Map of parameterized_model_id to scalar-only parameters. Used as fallback when design.design_parameters doesn't have a value.
Total number of matching simulations.