v5

OpenAPI 3.1.02026-07-31129337684.6 KB
Simulations

Run Simulation

Trigger a new simulation batch run from a configuration.

post/workflows/v1/simulations/{simulation_id}/run

Path parameters

simulation_idstring required
Example:5eb7cf5a86d9755df3a6c593

Request body

runner_namestring nullable

Name of the user running the simulation

Response

Successful Response

Example response

{
  "simulation_group": {
    "_id": "5eb7cf5a86d9755df3a6c593",
    "simulation_config_id": "5eb7cf5a86d9755df3a6c593"
  }
}