Skip to main content
GET
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

baseId
string
obbligatorio
workflowId
string
obbligatorio
runId
string
obbligatorio

Risposta

200 - application/json

Successful response

id
string
obbligatorio

id of the step

status
enum<string>
obbligatorio
Opzioni disponibili:
success,
failed,
running,
canceled,
pending
nodeId
string
obbligatorio

id of the node

nodeType
string
obbligatorio

type of the node

nodeCategory
string
obbligatorio

node category

createdTime
string
obbligatorio

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
Ultima modifica il 4 settembre 2026