return_all_outputs query parameter to true.
| Status | Meaning |
|---|---|
| 200 | Execution is complete. All nodes have reached a final status (SUCCESS, FAILED, or SKIPPED). |
| 202 | Execution is still running. At least one node is in a non-final status (QUEUED or RUNNING). |
200.
Please note that this feature was previously called “Workflows” and is now called “Agents”. Some references to “Workflows” remain in our SDK and will be updated before the feature exits beta.
Your API key for authentication.
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.
Successful response with execution results.