Preview a normalized execution plan for an inline workflow graph
POST /workflows/plan
POST
/workflows/plan
Compute a normalized plan for a graph that is NOT yet saved. Accepts
either {config: {...}} or a raw graph {nodes, edges, start_node_id}
directly. Read-only: nothing is persisted or executed.
Authorizations
Parameters
Header Parameters
Request Body required
{config: {nodes, edges, …}, include_cost?, include_audience_size?}
object
key
additional properties
any
Responses
200
Successful Response
object
key
additional properties
any
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string