curl -N http://localhost:3000/queue/events.
Events
Each event follows the SSE format:event: <type>\ndata: <json>\n\n
The heartbeat
timestamp is Unix epoch milliseconds (Date.now()), not an ISO string.
The priority on job:created is always 2. The stream builds its payload from a converted job object that drops the stored priority, so a thumbnail queued at 1 still reports 2 here. Read GET /queue/jobs for the real value.
Response headers
Related
Queue Jobs
Query job details or manage individual jobs.
Video Status
Check processing status by file path.