Reference
Get Agent Version Execution Results
GET
Retrieve the execution results of a specific Agent version. You can include all output nodes by setting the all_outputs
query parameter to true
.
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.
Was this page helpful?