List simulation scenarios

List simulation scenarios with pagination and optional filtering.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

page_numberintegerOptional>=1Defaults to 1
Page number.
page_sizeintegerOptional1-100Defaults to 10
Number of items per page.
searchstringOptional
Search term for simulation scenario names.
start_datedatetimeOptional

Filter by created_at >= start_date (ISO format).

end_datedatetimeOptional

Filter by created_at <= end_date (ISO format).

Response

200
statusstring or null
Whether the request was successful.
responseobject or null

Errors