Return the result of a specific workflow run
API Reference
Return the result of a specific workflow run
GET
Return the result of a specific workflow 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.
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