Skip to main content
GET
/
api
/
v2
/
workflow-runs
/
step
/
{stepId}
/
output
Step output
curl --request GET \
  --url https://api.example.com/api/v2/workflow-runs/step/{stepId}/output
{
  "output": "<unknown>"
}

Path Parameters

stepId
string
required

The unique identifier of the workflow step.

Response

Successfully retrieved step output data.

Successfully retrieved step output data.

output
any

The output data generated by the specified workflow step.