curl --request GET \
--url https://api.example.com/api/v2/workflow-runs/step/{stepId}/output{
"output": "<unknown>"
}Retrieves the output data of a specific step within a workflow run. This endpoint requires an ExecuteStepRequestContext with workflowRunId and stepAddr.
curl --request GET \
--url https://api.example.com/api/v2/workflow-runs/step/{stepId}/output{
"output": "<unknown>"
}