v1

latestOpenAPI 3.0.02026-07-2638801.8 MB
automation

get automation workflow run list

get/base/{baseId}/workflow/{workflowId}/run/{runId}

Path parameters

baseIdstring required
workflowIdstring required
runIdstring required

Response

Successful response

idstring required

id of the step

status'success' | 'failed' | 'running' | 'canceled' | 'pending' required
nodeIdstring required

id of the node

nodeTypestring required

type of the node

nodeNamestring

node name

nodeCategorystring required

node category

createdTimestring required

time when the step was created

testedTimestring

time when the node was tested

spentnumber

spent time

{"stackTrail":"paths:/base/{baseId}/workflow/{workflowId}/run/{runId}:get:responses:200:content:application/json:schema:items:properties:inputRaw","oasType":"schema","type":"unknown","nullable":true}
{"stackTrail":"paths:/base/{baseId}/workflow/{workflowId}/run/{runId}:get:responses:200:content:application/json:schema:items:properties:outputRaw","oasType":"schema","type":"unknown","nullable":true}
inputVariablesobject

The variables snapshot when executed

outputVariablesobject

The variables snapshot when executed

errorMsgstring