function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sagar Hinsu 11Sagar Hinsu 11 

how to get last batch Id from Bulk dataload jobs?

Hi,
I am uploading a data into my salesforce org using Bulk API. 
Now I want that particular job Id,number of records processed, number of records failed and the result after completing the job.
through API or query any ways its fine.
Please if anyone knows I will be thankful to you.
Andy BoettcherAndy Boettcher
When you submit the job, the job Id is returned to you, then you can use additional calls to get additional information on your job.

Documentation link:  https://developer.salesforce.com/page/Loading_Large_Data_Sets_with_the_Force.com_Bulk_API