CheckDataExtensionJobStatus
Retrieve the status 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 |
| RequestStatus | String | The status of the asynchronous request, such as Pending, Completed, or Error. |
| ResultStatus | String | The status of the request. |
| HasErrors | Boolean | Indicates whether the results from processing the request contain any errors. |
| CallDateTime | Datetime | The date and time the asynchronous request was received. |
| CompletionDateTime | Datetime | The date and time the asynchronous request completed processing. |
| PickupDateTime | Datetime | The date and time the asynchronous request was picked up for processing. |
| RequestId | String | The unique identifier of the request to insert or upsert data rows. |