scrapeer_get_run_status
Check the current status of a Scrapeer cloud run using its execution ID. Monitor progress until the run is completed, then retrieve results.
Instructions
Check the status of a cloud run. USE THIS TOOL WHEN: you started a run with scrapeer_run_flow and need to check if it's done, or you're monitoring a run that was started elsewhere (web app, schedule). DO NOT USE: to get results (use scrapeer_get_run_results after status is "completed").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes | The execution ID returned by scrapeer_run_flow or scrapeer_run_flow_and_wait. |