Skip to main content
POST
Build step: Test Ha

Authorizations

nonce
string
query
required

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

Body

application/x-www-form-urlencoded

Common request body for all build sub-step AJAX handlers

action
string
required

The step action name

Example:

"sagescreen_step_sage_generation"

nonce
string
required

WP nonce for sagescreen_frontend_nonce

Example:

"abc123def456"

sage_id
string
required

WordPress post ID of the council sage

Example:

"1234"

run_id
string

Workflow run ID

Example:

"run_abc123def456"

Response

200 - application/json

Step result

Generic success response for individual build step handlers

success
boolean
Example:

true

message
string
Example:

"Step completed"