Retrieve the results of a batch

GET

Returns batch metadata along with a list containing the body of the responses of each request in the batch. The responses are returned in the same order they were submitted. The schema of each response body is given by the respective operation of the batch.

Results are available after the batch has finished processing.

Path parameters

idstringRequired

Response

Returned batch of transaction enrichment results.

idstring

A unique identifier for the batch.

totalinteger

The total number of transactions in the batch result.

statusenum
Allowed values: processingcompletederror

The current status of the batch job.

resultslist of objects

A list containing the body of the responses of each request in the batch. The responses are returned in the same order they were submitted. The format of each response is given by the respective batch operation.