Invocations
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.
get/invocations/{id}/events
Path parameters
idstring required
The invocation ID to follow.
Query parameters
sincestring
Example:2025-06-20T12:00:00Z
Show logs since the given time (RFC timestamps or durations like 5m).
Response
SSE stream of invocation state updates and logs.