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_numberintegerOptional>=1Defaults to 1
Page number.
page_sizeintegerOptional>=1<=100Defaults to 10
Number of items per page.
target_agent_idstringOptional
Filter by target agent ID.
start_datestringOptionalformat: "date-time"

Filter by simulation created_at >= start_date (ISO 8601).

end_datestringOptionalformat: "date-time"

Filter by simulation created_at <= end_date (ISO 8601).

Response

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

Errors