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
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
The workflow execution status
Available options:
completed, failed, canceled, terminated, timed_out, continued_as_new Error message if workflow failed, null otherwise
Structured failure details if the workflow failed, null otherwise