Get Response Streaming Status
Returns the whole-run state and response-queue progress of a website’s response-streaming run. By default reports the latest run; pass workflow_id to read a specific one. Progress measures response collection only, so state can remain running when progress.percentage is 100 while downstream analysis finishes. Only state: "completed" means the whole run, including downstream analysis, has finished. When no run has ever been started, state is idle and the config/progress fields are zeroed or null.
Query Parameters
The ID of the website to read run status for.
Read a specific run instead of the latest one.
Response
Current run state and progress
Whole-run state. Only completed means the whole run, including downstream analysis, has finished. running can coexist with 100 percent response progress.
idle, running, completed, failed, cancelled Measures response collection only. These queue counts do not indicate downstream analysis readiness.