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)
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
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