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
samir.shah1.3916504191313208E12samir.shah1.3916504191313208E12 

Monitor Bulk Data Load Jobs

We have got data coming into Salesforce via Bulk API . After the import it created hundreds of job and its very hard to go through all the Job Id and look at the records which didn't process correctly or Error.

Is it possible to Query this Bulk Data Load Job page or Bulk Load tables in Salesforce?
NehalNehal (Salesforce Developers) 
Hi,

You can use workbench tool to do SOQL query wherein you can run SOQL query on AsyncApexJob.

Also refer below link for your reference:
http://salesforce.stackexchange.com/questions/33686/is-there-a-way-to-query-all-jobids-or-batchids-from-the-bulk-data-load-jobs

I hope this helps.

Please mark this as a "Best Answer" if this has resolved your issue.
TS-ITWTS-ITW
That table excludes the bulk data load jobs, so querying it won't give you what you're looking for.  Any other ideas?