v46

latestOpenAPI 3.0.0MITraw.githubusercontent.com2026-08-0311978417.1 KB
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.