Skip to main content
POST
Get overall workflow status

Authorizations

nonce
string
query
required

WordPress AJAX nonce (passed as form field, verified per-action)

Body

application/x-www-form-urlencoded
action
string
required
Allowed value: "sagescreen_get_workflow_status"
nonce
string
required

WP nonce for sagescreen_frontend_nonce

Example:

"abc123def456"

run_id
string
required

Workflow run ID

Example:

"run_abc123def456"

Response

200 - application/json

Workflow status

success
boolean
Example:

true

state
enum<string>

Overall workflow state

Available options:
running,
active,
in_progress,
completed,
failed,
error
Example:

"completed"