List Simulations
Query parameters
Return only simulations matching the provided ids
Only include simulations that are not part of a suite
This is the page number to return. Defaults to 1.
This is the sort order for pagination. Defaults to 'DESC'.
This is the column to sort by. Defaults to 'createdAt'.
This is the maximum number of items to return. Defaults to 100.
This will return items where the createdAt is greater than the specified value.
This will return items where the createdAt is less than the specified value.
This will return items where the createdAt is greater than or equal to the specified value.
This will return items where the createdAt is less than or equal to the specified value.
This will return items where the updatedAt is greater than the specified value.
This will return items where the updatedAt is less than the specified value.
This will return items where the updatedAt is greater than or equal to the specified value.
This will return items where the updatedAt is less than or equal to the specified value.
Response
Example response
[
{
"name": "Eligible Path with Confused User"
}
]