Fetch Workflow Structure

Closed Beta — not yet enabled for all workspaces. Request access at https://developers.myclickfunnels.com/page/code-support.

Returns the workflow's complete tree in a single call: the workflow header,
its active triggers (summary shape), and the ordered list of visible steps with
branching inlined. Internal container nodes are spliced out.

Split steps carry their child branches or variants directly in the response:

  • conditional_split_step: branches — always [{branch: "matched", steps: [...]}, {branch: "unmatched", steps: [...]}]
  • split_test_step: variants — each entry has weight and steps.

Walk the steps array in order to follow execution flow. sort_order is
container-local and is not globally unique across the tree.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json