v1stream

Event stream endpoint.

Query parameters
end_execution_id
string
execution id used to find last event in stream
end_event
string
event to end sse stream
events
array[string]
List of events to listen for. If not provided, it listens to all events.
action_refs
array[string]
List of action refs to filter on.
execution_ids
array[string]
List of execution ids to filter on.
Responses

EventSource compatible stream of events

null