Skip to main content
POST
Resume a waiting_human workflow run (starter only)

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

agent_name
string
required
run_id
string
required

Body

application/json
decision
string
required

approve or reject

edits
Edits · object | null

Freeform fields merged onto the gate $json on approve only

reason
string | null

Optional reject reason stored on the gate output

include_data
boolean
default:false

If true, include full per-step traces. Default false returns compact status + result.

Response

Successful Response