GetJobBatchIds
Fetches batch IDs for all batches associated with a specific Salesforce job.
Input
| Name | Type | Description |
| JobId | String | The Salesforce Job ID for which to retrieve all associated batch IDs. |
Result Set Columns
| Name | Type | Description |
| ID | String | Unique identifier for each batch associated with the specified job. |
| State | String | Current status of the batch. Possible values include 'Queued', 'InProgress', 'Completed', 'Failed', or 'Not Processed'. |