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

# Search Unit Ingestions (BETA)

`GET /units/{unitId}/ingestions`

This method allows the calling application to retrieve the ingestion configurations for a unit.

## Path parameters

- `unitId` string, Int64, required

## Query parameters

- `type` 'PRODUCTS_AND_GROUPS' | 'OFFLINE_TRANSACTIONS' | 'MEMBERS', string
- `status` 'ACTIVE' | 'INACTIVE', string
- `offset` integer
- `limit` integer
- `orderBy` string

## 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.

- UnitIngestionListResponseEntity
  - `results` UnitIngestionResponseEntity[], required — Collection of ingestion configurations configured for the unit.
    - 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
              - …
            - `options` object
              - …
        - `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
              - …
            - `consumer` object, nullable
              - …
            - `wallet` object, nullable
              - …
            - `schemeAccounts` object, nullable
              - …
        - `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)
