GetDataExtensionJobResults
Retrieve the results of a request to insert or upsert rows in a data extension.
Input
Name | Type | Required | Description |
RequestId | String | True | The unique identifier provided by a previously submitted asynchronous insert or update request. |
Result Set Columns
Name | Type | Description |
Page | String | The page number to display. |
PageSize | String | The number of data rows to include in the result. |
Count | String | The total number of data rows added or modified as a result of the request. |
Status | String | The status of processing the item. |
ErrorCode | String | If the API can’t insert or update a data row, it provides an error code that categorizes the issue in that row. |
Message | String | If the API can’t insert or update a data row, it provides a detailed description of the issue in that row. |
RequestId | String | The unique identifier of the request to retrieve results. |