events
workflows.events

Get Stream Events

Stream workflow events as Server-Sent Events (SSE).

One of root_workflow_exec_id, parent_workflow_exec_id or workflow_exec_id is required.

get/v1/workflows/events/stream

Query parameters

scope'activity' | 'workflow' | '*'
activity_namestring
activity_idstring
workflow_namestring
workflow_exec_idstring
root_workflow_exec_idstring
parent_workflow_exec_idstring
streamstring
start_seqinteger
metadata_filtersobject nullable
workflow_event_typesWorkflowEventType[] nullable

Headers

last-event-idstring nullable

Response

Stream of Server-Sent Events (SSE)

Changes