Skip to main content
GET
cURL

Авторизации

Authorization
string
header
обязательно

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

Параметры пути

baseId
string
обязательно
workflowId
string
обязательно
runId
string
обязательно

Ответ

200 - application/json

Successful response

id
string
обязательно

id of the step

status
enum<string>
обязательно
Доступные опции:
success,
failed,
running,
canceled,
pending
nodeId
string
обязательно

id of the node

nodeType
string
обязательно

type of the node

nodeCategory
string
обязательно

node category

createdTime
string
обязательно

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
Последнее изменение 4 сентября 2026 г.