get_time_series

readSince v1.0

Read time-series values: an agent's property value at each timestep, for a scenario and parameter set. This is the simulation spreadsheet data. scenario_id is required; omit parameter_set_id to read across all parameter sets.

Example Request

{"scenario_id": "scenario-uuid", "agent_instance_id": "agent-uuid", "property_id": "capacity"}

Example Response

{"total_count": 11, "entries": [{"agent_instance_id": "agent-uuid", "property_id": "prop-uuid", "timestep_index": 0, "value": "100", "parameter_set_id": "default"}]}