Stream invocation events via SSE
Establishes a Server-Sent Events (SSE) stream that delivers real-time logs and status updates for an invocation. The stream terminates automatically once the invocation reaches a terminal state.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The invocation ID to follow.
Response
SSE stream of invocation state updates and logs.
Union type representing any invocation event. A log entry from the application.
Union type representing any invocation event. A log entry from the application.
Union type representing any invocation event. An event representing the current state of an invocation.
Union type representing any invocation event. An error event from the application.
Union type representing any invocation event. Heartbeat event sent periodically to keep SSE connection alive.