---
title: "Fetch the result of a batch transaction enrichment."
method: GET
path: "/v2/transactions/async/{id}"
tags: ["Enrichment"]
---

# Fetch the result of a batch transaction enrichment.

`GET /v2/transactions/async/{id}`

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

## Path parameters

- `id` string, required — Batch id.

## Response `200`

Returned batch of transaction enrichment results.

- BatchResult — Batch transaction enrichment status.
  - `status` 'started' | 'finished' | 'error', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `id` string, required
  - `progress` integer, nullable
  - `total` integer, nullable
  - `results` union[], nullable
    - union
      - EnrichedTransaction
        - `transaction_id` string, required
        - `logo` string, nullable
        - `website` string, nullable
        - `location` string, nullable
        - `location_structured` LocationStructuredPublic
          - `address` string, nullable
          - `city` string, nullable
          - `state` string, nullable
          - `postcode` string, nullable
          - `country` string, nullable
          - `country_name` string, nullable
          - `latitude` number, nullable
          - `longitude` number, nullable
          - `google_maps_url` string, nullable
          - `apple_maps_url` string, nullable
          - `store_number` string, nullable
          - `house_number` string, nullable
        - `merchant` string, nullable
        - `merchant_id` string, nullable
        - `labels` string[], nullable
        - `recurrence` 'recurring' | 'subscription' | 'one off'
        - `recurrence_group` RecurrenceGroup
          - `id` string, required
          - `first_payment_date` string, date, nullable
          - `latest_payment_date` string, date, nullable
          - `total_amount` number, nullable
          - `average_amount` number, nullable
          - `periodicity_in_days` number, nullable
          - `periodicity` string, nullable
          - `confidence` string, nullable
          - `transaction_ids` string[], nullable — IDs of transactions that belong to this group. Due to multiplicity constraints, these are truncated to 100. To obtain the full list, please refer to the [recurring payments API](#/Account%20Holder/get_account_holder_recurring_payments_v2_account_holder__account_holder_id__recurring_payments_post)
        - `recurrence_group_id` string, nullable
        - `person` string, nullable
        - `transaction_type` 'business' | 'consumer' | 'unknown'
        - `intermediaries` EntityOut[], nullable
          - `id` string, nullable
          - `name` string, nullable
          - `website` string, nullable
          - `logo` string, nullable
        - `mcc` integer[], nullable
      - TransactionError — Transaction that returned with error.
        - `transaction_id` string, required
        - `error` string, required
        - `error_details` union
          - object
          - string

## Other responses

- `404` — Batch not found
- `422` — Validation Error

---

[API](https://skmtc.net/ntropy/apis/ntropy-transaction-api.md) · [All operations](https://skmtc.net/ntropy/apis/ntropy-transaction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ntropy/ntropy-transaction-api/revisions/47be508488c1/schema)
