sf_query
Run a SOQL query and get all matching records in one response, automatically following pagination links to bypass row limits.
Instructions
Run a SOQL query and return matching records.
Follows nextRecordsUrl automatically so the full result set is
returned in one call, regardless of Salesforce's per-page row limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soql | Yes |