Skip to main content
GET
Get a workflow node

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflowId
string
required

The ID of the workflow.

Example:

"clw1a3b5c7d9e1f3g5h7i9j1"

nodeId
string
required

The ID of the workflow node.

Example:

"cln8p0q2r4s6t8u0v2w4x6z8"

Response

Successful.

Detailed workflow node returned from read operations. The exact fields depend on typeName.

id
string
required
Example:

"cln8p0q2r4s6t8u0v2w4x6z8"

workflowId
string
required
Example:

"clw1a3b5c7d9e1f3g5h7i9j1"

typeName
enum<string>
required
Available options:
SignupTrigger
nextNodeIds
string[]
required

The IDs of the nodes that are downstream of this node.

workflowRevisionId
string | null
required

The current workflow revision token. Pass the latest value as expectedRevisionId on the next workflow mutation. Will be null for workflows without a revision token yet.

Last modified on July 20, 2026