Admin Workflows Executions
Subscribe to Step of a Workflow's Execution
Subscribe to a step in a workflow’s execution to receive real-time information about its status and data. This route returns an event stream that you can consume using the EventSource API.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The workflows execution's workflow id.
The workflows execution's transaction id.
The workflows execution's step id.
Response
200
text/event-stream
Stream of the step's status.
The step's status update and data changes.
Example:
"event: success\n data: {}"