List simulations filtered by either a parameterized model or a study.
Exactly one of parameterized_model_id or study_id must be provided.
Returns simulation summaries without simulation_data, plus a map of
model scalar parameters deduplicated by parameterized_model_id.
parameterized_model_id : str, optional Filter simulations belonging to this parameterized model. study_id : str, optional Filter simulations assigned to this study. 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.
ListSimulationsResponse Simulations, model scalar parameters map, and total count.
Documentation Index
Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 1000x >= 0Successful 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.