Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

baseId
string
erforderlich
workflowId
string
erforderlich
runId
string
erforderlich

Antwort

200 - application/json

Successful response

id
string
erforderlich

id of the step

status
enum<string>
erforderlich
Verfügbare Optionen:
success,
failed,
running,
canceled,
pending
nodeId
string
erforderlich

id of the node

nodeType
string
erforderlich

type of the node

nodeCategory
string
erforderlich

node category

createdTime
string
erforderlich

time when the step was created

nodeName
string

node name

testedTime
string

time when the node was tested

spent
number

spent time

inputRaw
unknown
outputRaw
unknown
inputVariables
object

The variables snapshot when executed

outputVariables
object

The variables snapshot when executed

errorMsg
string
Zuletzt geändert am 4. September 2026