GetJobResults
Retrieves detailed output and results from an executed NetSuite job or batch process.
Input
| Name | Type | Description |
| JobId | String | The unique identifier for the job whose results are being retrieved. |
Result Set Columns
| Name | Type | Description |
| InternalId | String | The internal identifier for the record that was affected by the job. |
| Type | String | The category or classification of the affected record (for example, customer, transaction, item). |
| IsSuccess | String | Indicates whether the job completed successfully. Returns true for success and false for failure. |
| StatusType | String | Describes the type of status returned by the operation. Will be blank if the job was successful. |
| StatusMessage | String | Provides additional details about the status or errors from the job. Will be blank if the job was successful. |
| StatusCode | String | Returns a specific status code that may help identify errors. Will be blank if the job was successful. |