Skip to main content
GET
Stream sandbox function invocation events

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

ID of the workspace

functionId
string
required

ID of the sandbox function

invocationId
string
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.

Server-Sent Event for sandbox function invocation streaming. Discriminated on the type field.

type
enum<string>
required
Available options:
sandbox_function_invocation_created
created
integer
required
invocation
object
required