Skip to main content
GET
Get Entry Nodes
Retrieves the entry nodes for a workflow version. The entry node ID is required when running a workflow via POST /workflow-requests/run.

Usage

The id path parameter is a workflow version ID (not a workflow ID). Get the version ID from Get Latest Version or List Workflows.

Path Parameters

Response

Most workflows have a single entry node. Workflows with multiple entry points will return all top-level entry nodes.

Typical Usage

Use this endpoint to discover the entry_node_id needed for Run Workflow:

Notes

Authentication required: The authenticated user must own the workflow.

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 version ID

Response

Entry nodes retrieved successfully

nodes
object[]