v1

latestOpenAPI 3.1.02026-07-13385987.3 KB
Enrichment

Fetch the result of a batch transaction enrichment.

Get a result of batch transaction enrichments. The id field should be as returned by /v2/transactions/async.

get/v2/transactions/async/{id}

Path parameters

idstring required

Batch id.

Example:247ee045-3d04-4b3c-872b-a9160b810f33

Batch id.

Response

Returned batch of transaction enrichment results.

status'started' | 'finished' | 'error' required
created_atstring date-time required
updated_atstring date-time required
idstring required
progressinteger nullable
totalinteger nullable

Example response

{
  "id": "247ee045-3d04-4b3c-872b-a9160b810f33",
  "progress": 88,
  "status": "started",
  "updated_at": "2019-11-30T18:32:28Z"
}