Get Agent Version Execution Results
Retrieve the execution results of a specific Agent version. You can include all output nodes by setting the return_all_outputs
query parameter to true
.
This endpoint returns a status code of 200
when the agent has finished execution. If the agent is still in the process of running, it will return a status code of 202
.
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.
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.