Reference
Get Workflow Version Execution Results
GET
/
workflow-version-execution-results
Retrieve the execution results of a specific workflow version. You can include all output nodes by setting the all_outputs
query parameter to true
.
Headers
Your API key for authentication.
Query Parameters
The unique identifier of the workflow version execution whose results you want to retrieve.
When set to true
, the response includes all output nodes' results. If omitted or set to false
, only the main output is returned.
Was this page helpful?