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
santhosh reddy vancha 11santhosh reddy vancha 11 

how to enable the Asyn SOQL ?

NagendraNagendra (Salesforce Developers) 
Hi Santhosh,

To Run Async Queries you need to make the POST REST API Call to /services/data/v41.0/async-queries the endpoint with JSON encoded list of the request body.

The response of an Async SOQL query displays the jobID,  SOQL command, details of the field mapping, and the target object. It also displays the query status, which can have one of three values: Running, Complete, or Failed.you can use Job Id to track the status of your Async SOQL.

For more information may I suggest you please check with below links. Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra