Newer Version Available
Async Query Resources
Submit 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 a 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 asynchronous query. |