Skip to Content

Pipeline

Live pipeline state — a compact ticker of queue/processing/ready/failed counts for the navbar. Reads need scenes:read.

Compact live pipeline state for the navbar ticker (polled ~5s).

scenes:read
GET/v1/pipeline/ticker
total
integer
Total scenes in flight.
queue
integer
Queued scenes.
processing
integer
Processing scenes.
ready
integer
Ready scenes.
failed
integer
Failed scenes.
etaSeconds
integer | null
Estimated seconds to drain the queue.
stages
object[]
{ name, count, etaSec } per stage.
mostRecent
object | null
The most recently updated scene.
GET/v1/pipeline/ticker
Request
GET /v1/pipeline/ticker
Response
Press Run request to see the response
Last updated on