Retrieve the results of a batch
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
id
Headers
X-Api-Key
X-Application-Id
Response
Returned batch of transaction enrichment results.
id
A unique identifier for the batch.
total
The total number of transactions in the batch result.
status
The current status of the batch job.
Allowed values:
results
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
.