POST
get_step_context/simulator/get_step_contextRequest Body
| Field | Type | Description |
|---|---|---|
— | object | Empty object |
Response200 OK
| Field | Type | Description |
|---|---|---|
success | bool | Whether the call succeeded |
msg | string | Status or error message |
data | object | Payload; shape depends on the endpoint |
Request bodyJSON
{}Response200 OK
{
"success": true,
"msg": "ok",
"data": {
"step": 120,
"dt": 0.0166667
}
}