Preview an Executor Request
Use this endpoint to assemble the outgoing HTTP request an executor node would send, without sending it. The preview applies the same interpolation, input mapping, and authentication assembly used at execution time. It never opens a network connection and never reads the vault. Secret material, including write-only configuration fields and authentication material, is masked with ***.
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Body
Executor node configuration (executorId, providerConfigId, method, path, headers, body, config, inputMapping/transforms) — the same map shape persisted on a workflow node's data slot.
Provider configuration the node targets, supplied inline so the preview is a pure function of its inputs (no DB / vault read).
Arbitrary JSON used as the workflow context to resolve mappings and ${node.}/${body.} references; unresolved refs stay literal. Optional (a preview with no sample context is valid).
Response
Indicates that the request was successful and the response contains the requested data.

