curl '{backend_url}/admin/workflows-executions/{workflow_id}/subscribe' \
-H 'Authorization: Bearer {jwt_token}'"event: success\n data: {}"Subscribe to a workflow’s execution to receive real-time information about its steps, status, and data. This route returns an event stream that you can consume using the EventSource API.
curl '{backend_url}/admin/workflows-executions/{workflow_id}/subscribe' \
-H 'Authorization: Bearer {jwt_token}'"event: success\n data: {}"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The workflows execution's workflow id.
Stream of the step's status.
The step's status update and data changes.
"event: success\n data: {}"