curl --request GET \
--url https://app.splox.io/api/v1/workflow-requests/{id}/listen \
--header 'Authorization: Bearer <token>'"<string>"Streams real-time execution updates via Server-Sent Events as the workflow runs
curl --request GET \
--url https://app.splox.io/api/v1/workflow-requests/{id}/listen \
--header 'Authorization: Bearer <token>'"<string>"curl -N -H "Authorization: Bearer YOUR_TOKEN" \
https://app.splox.io/api/v1/workflow-requests/{workflow_request_id}/listen
{
"workflow_request": {
"id": "0199f123-d60e-7ffd-9131-4cc5ab040ee8",
"status": "in_progress",
"workflow_version_id": "0199e001-a23b-7c8d-1234-567890abcdef"
},
"node_execution": {
"id": "0199f124-e70f-8gge-2242-5dd6bc151ff9",
"node_id": "0199e002-b34c-8d9e-2345-678901bcdef0",
"status": "completed",
"output": { "result": "success" }
}
}
pending - Request received, waiting to startin_progress - Currently executingwaiting - Paused, waiting for inputcompleted - Finished successfullyfailed - Execution failedstopped - Manually stoppedpending - Queuedrunning - Currently executingcompleted - Finished successfullyfailed - Execution failedblocked - Waiting for dependencies