---
title: "Get Unit Ingestion (BETA)"
method: GET
path: "/units/{unitId}/ingestions/{ingestionId}"
tags: ["Units", "Ingestions"]
---

# Get Unit Ingestion (BETA)

`GET /units/{unitId}/ingestions/{ingestionId}`

This method allows the calling application to retrieve an ingestion configuration by id.

## Path parameters

- `unitId` string, Int64, required
- `ingestionId` string, uuid, required

## Headers

- `X-EES-AUTH-CLIENT-ID` string, string, required
- `X-EES-AUTH-HASH` string, string, required
- `Accept-Encoding` '' | 'gzip' | 'deflate' | 'gzip,deflate'
- `X-EES-TRANSACTION-ID` string, string
- `X-EES-RETRY` string, string

## Response `200`

OK.

- union
  - object
    - `type` 'PRODUCTS_AND_GROUPS' — The type of ingestion.
    - `status` 'ACTIVE' | 'INACTIVE' — The status of the ingestion.
    - `config` object
      - `incomingIdentifier` string — EES AIR Incoming Identifier of the unit.
    - `id` string, uuid — Unique ingestion identifier.
    - `dateCreated` string, date-time — Date the ingestion configuration was created.
    - `lastUpdated` string, date-time — Date the ingestion configuration was last updated.
  - object
    - `type` 'OFFLINE_TRANSACTIONS' — The type of ingestion.
    - `status` 'ACTIVE' | 'INACTIVE' — The status of the ingestion.
    - `config` object
      - `mapProductId` 'sku' | 'upc'
      - `openSettlePayload` object
        - `basket` object
          - `type` 'STANDARD'
          - `contents` object
            - `salesKey` 'SALE'
        - `options` object
          - `analyseBasket` object
            - `enabled` boolean
            - `includeOpenOffers` boolean
    - `id` string, uuid — Unique ingestion identifier.
    - `dateCreated` string, date-time — Date the ingestion configuration was created.
    - `lastUpdated` string, date-time — Date the ingestion configuration was last updated.
  - object
    - `type` 'MEMBERS' — The type of ingestion.
    - `status` 'ACTIVE' | 'INACTIVE' — The status of the ingestion.
    - `config` object, nullable
      - `defaults` object, nullable
        - `identities` object, nullable
          - `state` string
          - `status` string
        - `consumer` object, nullable
          - `type` string
          - `state` string
          - `status` string
        - `wallet` object, nullable
          - `type` string
          - `state` string
          - `status` string
        - `schemeAccounts` object, nullable
          - `state` string
          - `status` string
    - `id` string, uuid — Unique ingestion identifier.
    - `dateCreated` string, date-time — Date the ingestion configuration was created.
    - `lastUpdated` string, date-time — Date the ingestion configuration was last updated.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `405` — Method Not Allowed.
- `429` — Too Many Requests
- `500` — Server Error
- `501` — Not Implemented
- `502` — Bad Gateway
- `503` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/eagleeye/apis/wallet-api.md) · [All operations](https://skmtc.net/eagleeye/apis/wallet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeye/wallet-api/revisions/90a122bb14cc/schema)
