GET /data/v1/async/{requestId}/results

Retrieve the results of a request to insert or upsert rows in a data extension. The response includes information about the data that was created or updated as a result of the request. It also includes information about any errors that occurred.

NameTypeDescription
requestIdstringRequiredThe requestId provided by a previously submitted asynchronous insert or update request.
StatusNameTypeDescription
202  Accepted
 pageintegerThe page number to display. Increment the page number to view additional results.
 pageSizeintegerThe number of data rows to include in the result. The default is 50.
 countintegerThe total number of data rows added or modified as a result of the request.
 requestIdguidThe unique identifier of the request to retrieve results.
 itemsarrayA list of data rows that were added or modified as a result of the request.
 items.errorCodestringIf the API can’t insert or update a data row, it provides an error code that categorizes the issue in that row.
 items.messagestringIf the API can’t insert or update a data row, it provides a detailed description of the issue in that row.
 items.statusstringThe status of processing the item.