Bulk: Resume Run
bulk_run_resumeResume an interrupted bulk run from the first unprocessed row, skipping already applied rows to prevent duplicates. Continue work after a worker crash or restart.
Instructions
Continue a bulk run whose worker stopped before finishing (host restart, killed process). Progress is persisted after every row, so the run resumes at the first unprocessed row and rows that were already applied are never applied again. Refuses if the run is already finished or still actively running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run_id of an interrupted run (see bulk_run_status). |