v5
OpenAPI 3.1.02026-07-31129337684.6 KBSimulations
Get Simulation Runs
List all run groups for a simulation configuration.
get/workflows/v1/simulations/{simulation_id}/runs
Path parameters
simulation_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
Example response
{
"simulation_groups": [
{
"_id": "5eb7cf5a86d9755df3a6c593",
"simulation_config_id": "5eb7cf5a86d9755df3a6c593"
}
]
}