Skip to main content
POST
Error

Headers

content-type
string | null

Path Parameters

secret
string
required
workflow_id
required
Pattern: wf_[0-9a-zA-Z]+

Query Parameters

unwrap
boolean
default:false

Return the workflow result directly as the response body, without the {kind, value} envelope. Requires the result to fit inline. If the result was externalized, returns 413 with the download envelope in detail.

Response

Successful Response

kind
string
required
Allowed value: "value"
value
any
required