v6

latestOpenAPI 3.1.02026-08-04135335658.3 KB
Simulations

Get Simulations

Endpoint to retrieve all simulations.

get/workflows/v1/simulations

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)

logical_idstring nullable
selected_workflow_idstring
Example:5eb7cf5a86d9755df3a6c593
counter_workflow_idstring
Example:5eb7cf5a86d9755df3a6c593
status'pending' | 'running' | 'completed' | 'failed' | 'cancelled'
selected_version_numberinteger nullable
counter_version_numberinteger nullable

Response

Successful Response

totalinteger nullable

Total number of simulations available without pagination.

Example response

{
  "simulations": [
    {
      "_id": "5eb7cf5a86d9755df3a6c593"
    }
  ]
}