Skip to main content
GET
Get Workflow Version Execution Results
Retrieve the execution results of a specific Workflow version. You can include all output nodes by setting the return_all_outputs query parameter to true. The response body schema is the same for both status codes. Poll until you receive a 200.

Authorizations

X-API-KEY
string
header
required

Query Parameters

workflow_version_execution_id
integer<int64>
required

The unique identifier of the workflow version execution whose results you want to retrieve.

return_all_outputs
boolean
default:false

When set to true, the response includes all output nodes' results. If omitted or set to false, only the main output is returned.

Response

Successful response with execution results.

{key}
object