v5

OpenAPI 3.1.02026-07-31129337684.6 KB
Simulations

Get Individual Runs For Group

List individual executions (runs) within a simulation group.

get/workflows/v1/simulation-runs/{group_id}/executions

Path parameters

group_idstring required
Example:5eb7cf5a86d9755df3a6c593

Query parameters

sizeinteger

Number of items per page

Number of items per page

pageinteger

Page number

Page number

searchstring nullable

Search keywords

Search keywords

startstring date-time nullable

Filter by start time (ISO 8601 format)

Filter by start time (ISO 8601 format)

endstring date-time nullable

Filter by end time (ISO 8601 format)

Filter by end time (ISO 8601 format)

Response

Successful Response

totalinteger nullable

Total number of individual runs available

Example response

{
  "individual_runs": [
    {
      "_id": "5eb7cf5a86d9755df3a6c593",
      "simulation_group_id": "5eb7cf5a86d9755df3a6c593",
      "simulation_config_id": "5eb7cf5a86d9755df3a6c593",
      "selected_workflow_run_id": "5eb7cf5a86d9755df3a6c593",
      "counter_workflow_run_id": "5eb7cf5a86d9755df3a6c593"
    }
  ]
}