simulator.program.started
LiveDelivered inside the standard event envelope — see data below for this type's payload shape.
Payload
run_idstringrequired
namestringrequired
seedintegerrequired
step_countintegerrequired
started_atstring (date-time)required
Example delivery
{
"id": "uuid",
"type": "simulator.program.started",
"created_at": "date-time",
"data": {
"run_id": "string",
"name": "string",
"seed": 0,
"step_count": 0,
"started_at": "date-time"
}
}