Skip to main content
GET
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

baseId
string
requerido
workflowId
string
requerido
runId
string
requerido

Respuesta

200 - application/json

Successful response

id
string
requerido

id of the step

status
enum<string>
requerido
Opciones disponibles:
success,
failed,
running,
canceled,
pending
nodeId
string
requerido

id of the node

nodeType
string
requerido

type of the node

nodeCategory
string
requerido

node category

createdTime
string
requerido

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
Última modificación el 4 de septiembre de 2026