Skip to main content
GET
Get Workflow
Retrieves a workflow with its draft version, all nodes, and all edges. This gives you the complete workflow structure.

Usage

Path Parameters

Response

Node Types

Edge Types

Notes

Authentication required: The authenticated user must own the workflow.
The workflow_version at the top level is the draft version (for editing). The latest_version nested inside workflow is the latest by version number and may differ if a version has been published.

Authorizations

Authorization
string
header
required

API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings

Path Parameters

id
string<uuid>
required

Workflow ID

Response

Workflow retrieved successfully

Complete workflow with version, nodes, and edges

workflow
object
required

Represents a user's workflow

workflow_version
object
required

Represents a specific version of a workflow

nodes
object[]
required
edges
object[]
required