Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the function to call
The id of the revision to call
Body
Response
Server-Sent Events stream of function execution chunks
Server-Sent Event following the SSE specification
The actual data payload containing streaming chunk information
Event ID for the SSE event
"123"
Event type for the SSE event
"message"
Retry interval in milliseconds for the SSE connection
1000