Real-time job status updates via Server-Sent Events (SSE).
Events have type status and contain the full job object as JSON data. The stream closes automatically when the job reaches a terminal state (completed, failed, cancelled).
Keepalive comments are sent every 15 seconds. The connection times out after 10 minutes.
API key from varg.ai/dashboard.
Pass as Authorization: Bearer varg_xxx.
The job ID to stream
SSE stream of job status events
The response is of type string.