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 р.