Fetch the next page of a SOQL query
sf_soql_query_moreFetch additional Salesforce SOQL query results by passing the nextRecordsUrl returned from a previous query.
Instructions
Fetch the next page of results using the nextRecordsUrl returned by sf_soql_query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nextRecordsUrl | Yes | The nextRecordsUrl from a previous query, e.g. "/services/data/v66.0/query/01g...-2000". |