GetBatchRecords
Fetches the original submitted records of a completed Salesforce batch job.
Input
| Name | Type | Description |
| JobId | String | The Salesforce Job ID that the batch belongs to. Required to identify the batch context for retrieving records. |
| BatchId | String | The ID of the specific batch for which the original records are being retrieved. |
Result Set Columns
| Name | Type | Description |
| * | String | Original submitted records for this batch. |