Skip to main content

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
source_camera object
anyOf
string
start_time object
anyOf
number
end_time object
anyOf
number
live_readyLive Ready (boolean)
Default value: false
DebugReplayStatusResponse
{
"active": true,
"replay_camera": "string",
"source_camera": "string",
"start_time": 0,
"end_time": 0,
"live_ready": false
}