List simulations

List simulations 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.
simulation_session_idstringOptionalformat: "uuid"
Filter by simulation session ID.
statusenumOptional
Filter by simulation status.
Allowed values:
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).

target_agent_idstringOptional
Filter by target agent ID.

Response

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

Errors