Get Workflow
Workflows
Get Workflow
Retrieves a workflow with its draft version, all nodes, and all edges.
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
| Parameter | Type | Description |
|---|---|---|
id | string (uuid) | Workflow ID |
Response
Node Types
| Type | Description |
|---|---|
start | Entry node — entry point for workflow execution |
agent | AI Agent node — processes input with an LLM |
tool | Tool node — executes an external tool or function |
switch | Switch node — conditional branching |
merge | Merge node — combines parallel branches |
end | End node — terminates the workflow |
Edge Types
| Type | Description |
|---|---|
condition | Conditional edge — follows based on a condition |
parallel | Parallel edge — executes branches concurrently |
tool | Tool edge — connects agent to tool nodes |
error | Error edge — followed when a node fails |
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
API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings
Path Parameters
Workflow ID

