Bulk Data Load Jobs is the page showing in-flight and recent Bulk API jobs — Data Loader runs, Bulk API integrations, Bulk API 2.0 jobs. When a 5M-row Data Loader run finishes, this is where you confirm the success / failure counts.
- Open Setup → Bulk Data Load Jobs
Setup gear → Quick Find: Bulk Data → Bulk Data Load Jobs.
- Review the list of jobs
Each row: Job Type (Insert / Update / Delete / Upsert), Object, Submitted, Status, Records Processed, Records Failed.
- Click into a job for batches
Bulk API jobs have one or more batches. Click in to see per-batch success / fail.
- For failures: download the failure CSV
Each failed batch has a CSV download with the rejected rows + error messages. Download, fix, re-submit.
- Abort an in-flight job (if needed)
Top of the job detail page → Abort. Stops further batch processing; in-flight batches complete.
Insert / Update / Upsert / Delete / Hard Delete.
Bulk API 1.0 (legacy) / Bulk API 2.0 (modern, simpler API).
Queued / In Progress / Completed / Failed / Aborted.
- Bulk API 1.0 and 2.0 are different APIs — different request format, different concurrency, different limits. Most modern Data Loader runs use 2.0.
- Failed records aren't automatically retried. Download the failure CSV, fix, re-submit as a new job.
- Bulk API jobs count against API limits. A single Data Loader run can process millions of records but each batch is one API call — easy to blow daily limits.