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_number
Page number.
page_size
Number of items per page.
search
Search term for simulation scenario names.
start_date
Filter by created_at >= start_date (ISO format).
end_date
Filter by created_at <= end_date (ISO format).
Response
200
status
Whether the request was successful.
response