scrapeer_get_run_steps
Inspect a run's block-by-block execution to identify the source of a failure, understand timing, or check previews before fetching results.
Instructions
Get block-by-block execution breakdown of a run. USE THIS TOOL WHEN: a run failed and you need to know which block caused the error, or you want to understand execution timing, or you want to see which blocks have preview envelopes before calling scrapeer_get_run_results. DO NOT USE: to get the actual scraped values (use scrapeer_get_run_results).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes | The execution ID returned by scrapeer_run_flow or scrapeer_run_flow_and_wait. |