List simulation sessions
List simulation sessions with pagination and optional filters.
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.
target_agent_id
Filter by target agent ID.
start_date
Filter by simulation created_at >= start_date (ISO 8601).
end_date
Filter by simulation created_at <= end_date (ISO 8601).
Response
200
status
Whether the request was successful.
response