---
title: "List ingestions"
method: GET
path: "/merchant-account/{merchantId}/cost-ingestions"
tags: ["Cost Ingestion"]
---

# List ingestions

`GET /merchant-account/{merchantId}/cost-ingestions`

List the merchant's settlement report ingestions and their status.

## Path parameters

- `merchantId` string, required

## Response `200`

Ingestions

- IngestionDto[]
  - `id` string
  - `connector` string
  - `account` string
  - `source` string
  - `status` string
  - `staged_rows` integer
  - `report_date` string, nullable
  - `period_start` string, nullable
  - `period_end` string, nullable
  - `currency_count` integer
  - `currencies` string[]
  - `country_count` integer
  - `countries` string[]
  - `total_gross` number, double
  - `total_clusters` integer
  - `good_clusters` integer
  - `last_error` string, nullable
  - `created_at` string

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/revisions/36e7a0972ee6/schema)
