---
title: "List all Reconciliation Reports"
method: GET
path: "/reports/reconciliations"
tags: ["Reports"]
---

# List all Reconciliation Reports

`GET /reports/reconciliations`

Retrieve a paginated list of available reconciliation reports, querying by Company-Id, Mid, date range, and specific fields.

## Query parameters

- `offset` integer
- `limit` integer
- `filter` string
- `start_date` string, date
- `end_date` string, date
- `bank` 'trust_payments' | 'cashflows' | 'shift4' | 'acquired'
- `type` 'card' | 'account_to_account'

## Headers

- `Company-Id` string, uuid
- `Mid` string, uuid

## Response `200`

OK

- ReconciliationListPaged
  - `meta` object
    - `count` integer — The number of records returned as part of the response.
    - `offset` integer — The starting record number.
    - `limit` integer — The maximum number of records that can be returned as part of the response.
    - `total` integer — The total number of records contained in the query response.
    - `links` object[]
      - `rel` 'self' | 'first' | 'last' | 'prev' | 'next'
      - `href` string — Link to the resource which should be appended to base URL.
      - `title` string — Description of the link.
  - `data` ReconciliationReport[]
    - `id` string — Unique identifier for the reconciliation report.
    - `date` string, date — The date of the reconciliation report.
    - `mid` string — MID for which the report is generated.
    - `total` number, float — Total value associated with the reconciliation report.
    - `link` string — Link to access the reconciliation report.
    - `type` 'card' | 'account_to_account' — The type of reconciliation report.
    - `bank` string — The bank associated with the reconciliation report.

## Other responses

- `400` — An error occurred
- `401` — An error occurred
- `403` — An error occurred
- `404` — An error occurred
- `500` — Internal Server error

---

[API](https://skmtc.dev/acquired/apis/acquired-api.md) · [All operations](https://skmtc.dev/acquired/apis/acquired-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/acquired/acquired-api/revisions/7ae178a046f2/schema)
