DebugReplayStatusResponse
Response for debug replay status.
Returns only session-presence fields. Startup progress and error details flow through the job_state WebSocket topic via the debug_replay job (see frigate.jobs.debug_replay); the Replay page subscribes there with useJobStatus("debug_replay").
activeActive (boolean)required
replay_camera object
anyOf
- string
- null
string
null
source_camera object
anyOf
- string
- null
string
null
start_time object
anyOf
- number
- null
number
null
end_time object
anyOf
- number
- null
number
null
live_readyLive Ready (boolean)
Default value:
falseDebugReplayStatusResponse
{
"active": true,
"replay_camera": "string",
"source_camera": "string",
"start_time": 0,
"end_time": 0,
"live_ready": false
}