Preview an execution plan
Compute which workflow nodes will run, be memoized, or be skipped for a prospective execution, given the current workflow data and the last run's subjobs.
POST
/api/runs/previewBody
workflowDataobjectrequiredlastRunSubjobsobject[]lastRunIdstringtargetNodestringrunDownstreambooleanRequest
curl
curl -X POST https://platform.trickest.com/api/runs/preview \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Computed execution plan
willRunstring[]requiredwillMemoizestring[]requiredwillSkipstring[]requiredmemoizeFromRunIdstringlayersstring[][]estimatedNodeCountintegerdirtyNodeCountinteger400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring