Subscribe to manual-trigger lifecycle events as an SSE stream.
GET/api/v1/events/jobs
Auth: inherits the read auth gate (auth.read_requires_auth). The
browser EventSource API cannot carry a custom Authorization
header, so installs that flip read_requires_auth=true will need
the operator's api_key to be sent via the
Authorization header through a fetch-based polyfill, or the gate
disabled for this single route. Default installs (false) work out
of the box.
Responses
- 200
text/event-stream of JobEvent frames