Skip to main content
GET
cURL

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

baseId
string
requis
workflowId
string
requis
runId
string
requis

Réponse

200 - application/json

Successful response

id
string
requis

id of the step

status
enum<string>
requis
Options disponibles:
success,
failed,
running,
canceled,
pending
nodeId
string
requis

id of the node

nodeType
string
requis

type of the node

nodeCategory
string
requis

node category

createdTime
string
requis

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
Dernière modification le 4 septembre 2026