Private Events
Stream sandbox function invocation events
Stream real-time events for a sandbox function invocation using Server-Sent Events (SSE). This endpoint is redirected to /api/sse/ for SSE traffic routing.
get/api/w/{wId}/sandbox-functions/{functionId}/invocations/{invocationId}/events
Path parameters
wIdstring required
ID of the workspace
functionIdstring required
ID of the sandbox function
invocationIdstring required
ID of the sandbox function invocation
Response
SSE event stream. Each event is sent as data: {json}\n\n. Events are discriminated by the type field.