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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The invocation ID to follow.
SSE stream of invocation state updates and logs.
Union type representing any invocation event. A log entry from the application.