Skip to main content
GET
Get Response Streaming Status

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Query Parameters

website_id
string<uuid>
required

The ID of the website to read run status for.

workflow_id
string

Read a specific run instead of the latest one.

Response

Current run state and progress

state
enum<string>
required

Whole-run state. Only completed means the whole run, including downstream analysis, has finished. running can coexist with 100 percent response progress.

Available options:
idle,
running,
completed,
failed,
cancelled
workflow_id
string | null
required
config
object
required
progress
object
required

Measures response collection only. These queue counts do not indicate downstream analysis readiness.

created_at
string | null
updated_at
string | null
is_scheduled
boolean | null