Bulk: Run Status
bulk_run_statusCheck the progress and results of an ongoing bulk operation. Get processed/total counts, success and failure tallies, per-row errors, and the report CSV path when finished.
Instructions
Get the status of a bulk run started by bulk_execute. Returns progress (processed/total), success/failure counts, per-row errors, and the path to the final report CSV when complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run_id returned by bulk_execute. |