Skip to main content

DebugReplayStartResponse

Response for starting a debug replay session.

successSuccess (boolean)required
replay_cameraReplay Camera (string)required
job_idJob Id (string)required
DebugReplayStartResponse
{
"success": true,
"replay_camera": "string",
"job_id": "string"
}