v1

latestOpenAPI 3.0.02026-07-17301761.7 KB

Return the result of a specific workflow run

get/workflow/{id}/runs/{rid}/result

Path parameters

idstring required
ridstring uuid required

The specific run id to target

Response

The workflow result

workflowIdstring

The workflow execution id

runIdstring

The specific run id for this execution

{"stackTrail":"components:schemas:WorkflowResultResponse:properties:input","oasType":"schema","type":"unknown","description":"The original input passed to the workflow, null if unavailable"}
{"stackTrail":"components:schemas:WorkflowResultResponse:properties:output","oasType":"schema","type":"unknown","description":"The result of workflow, null if workflow failed"}
status'completed' | 'failed' | 'canceled' | 'terminated' | 'timed_out' | 'continued_as_new'

The workflow execution status

errorstring nullable

Error message if workflow failed, null otherwise