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
最終更新日 2026年9月4日