Get workflow effective outputs
Without `run`, returns each node's output files from the most recent valid run on the current version. With `run`, returns every succeeded node's outputs for that specific run. Both include signed S3 URLs (backs `trickest output mount`).
GET
/api/workflows/{id}/effective-outputsPath parameters
idstringrequiredQuery parameters
runobjectRequest
curl
curl -X GET https://platform.trickest.com/api/workflows/{id}/effective-outputs \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Per-node output files, console, and staleness metadata
outputsobject[]requiredconsoleobject[]requiredmetaobjectrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring