Newer Version Available

This content describes an older version of this product. View Latest

Async Query Resources

Submit Async SOQL queries to be processed asynchronously and check on their status. Use async query resources to make consistent SOQL queries, no matter what size the data is or where the data is stored.

Available resources:

Resource Description
/async-queries Submit an Async SOQL query to be processed asynchronously, no matter what size the data is or where the data is stored. Retrieve the status and results of asynchronous query jobs.
/async-queries/jobId Check the status of an Async SOQL query. You must have explicit read access to the BackgroundOperation standard object to view the status.