Return the result of a workflow (latest run)
API Reference
Return the result of a workflow (latest run)
Returns the result of the latest run for the given workflow. To pin a specific run, use /workflow/{id}/runs/{rid}/result.
GET
Return the result of a workflow (latest run)
Documentation Index
Fetch the complete documentation index at: https://docs.output.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The id of workflow to retrieve the result
Response
The workflow result
The workflow execution id
The specific run id for this execution
The original input passed to the workflow, null if unavailable
The result of workflow, null if workflow failed
An object with information about the trace generated by the execution
Convenience totals aggregated from LLM and http usage and cost
The workflow execution status
Available options:
completed, failed, canceled, terminated, timed_out, continued Error message if workflow failed, null otherwise