scrapeer_get_run_results
Retrieve the final variables map and per-block output previews from a completed Scrapeer run. Use once the run status is completed.
Instructions
Get the variables and per-block output previews from a completed run. USE THIS TOOL WHEN: scrapeer_get_run_status shows "completed" and you need the scraped output. DO NOT USE: if the run is still active (check status first). Returns the final variables map (scraped values written by Extract/Collect/Variable blocks) and block_previews - one envelope per block at the (blockId, loopContextHash) grain. Each envelope is {kind:"single", data, truncated} for non-looped blocks or {kind:"iterated", iterations:[...], iterationsTruncated} for blocks that ran inside a loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes | The execution ID returned by scrapeer_run_flow or scrapeer_run_flow_and_wait. |