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
GabeForceGabeForce 

Retrieve Job Status

Hey everybody!

 

I'm currently working with the BULK API and I would like Salesforce to send me a message once the Job completes or aborts.

 

Is there any way to do this with the Streaming API or other mechanism?

 

Thanks in advance!

 

Regards,

Gabriel

VinodMVinodM

Unfortunately the BULK API jobs are not exposed in API (yet). So you cannot write a SOQL query against them. So streaming API doesn't support them.

 

--Vinod