get_workflow_step_results
Retrieve a compact summary of workflow step results, including step names, durations, success status, and a resultUri for downloading detailed logs.
Instructions
Get processed step results from a workflow execution including resultUri, step names, durations, and success status. This is a compact summary perfect for analyzing what happened in each step without the full raw history. Use this to get the resultUri for downloading detailed step logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The run ID of the specific workflow execution. This is a UUID that uniquely identifies a workflow run. | |
| region | No | Region where the workflow is running. Options: us (US West), eu (EU Central), au (Australia), in (India). Defaults to "us" if not specified. | |
| workflowId | Yes | The workflow ID (e.g., "my-workflow-123") |