Workflow Run API
Get Workflow Run Task
Get the full (size-capped) input and output for a single task (step) of a workflow run. Use after ListWorkflowRunTasks to drill into a specific step when debugging a failure.
get/v2/workflow-runs/{workflow_run_id}/tasks/{step_number}
Path parameters
workflow_run_idstring required
The ID of the workflow run containing the task.
Response
Success