list_scenarios

readSince v1.0

List scenarios within twins. A scenario is a what-if projection with its own timeline (start time, end time, step size dt). Returns timeline parameters, the computed timestep count, and agent/link counts. Filter by twin_id.

Example Request

{"twin_id": "twin-uuid"}

Example Response

{"total_count": 1, "scenarios": [{"id": "scenario-uuid", "name": "Baseline", "start_time": 0, "end_time": 10, "dt": 1, "timestep_count": 11, "agent_count": 5, "link_count": 4}]}