Retrieve the execution results of a specific Workflow version. You can include all output nodes by setting theDocumentation Index
Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
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.