---
title: "List reconciliation matches"
method: GET
path: "/reconciliation_matches"
---

# List reconciliation matches

`GET /reconciliation_matches`

Returns a paginated list of matches, optionally filtered by reconciliation or status.

## Query parameters

- `reconciliation_id` string
- `status` string
- `limit` integer
- `offset` integer

## Response `200`

Paginated list of matches

- object
  - `data` ReconciliationMatch[]
    - `id` integer
    - `status` string
    - `group_key` string
    - `reconciliation_id` integer
    - `reconciliation_rule_id` integer
    - `created_at` string, date-time
    - `record_count` integer — Total number of records in this match
  - `has_more` boolean
  - `offset` number
  - `total_count` integer — Total number of matches matching the filters, across all pages

---

[API](https://skmtc.net/endclose/apis/end-close-api.md) · [All operations](https://skmtc.net/endclose/apis/end-close-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/endclose/end-close-api/revisions/613ceff68dc7/schema)
