---
title: "Retrieve a reconciliation match"
method: GET
path: "/reconciliation_matches/{id}"
---

# Retrieve a reconciliation match

`GET /reconciliation_matches/{id}`

## Path parameters

- `id` string, required

## Response `200`

Match retrieved

- ReconciliationMatch — A reconciliation match represents a group of records that have been matched together. Endclose supports many-to-one matching, so a single match can contain a large number of records — to retrieve them, use `GET /v1/records?reconciliation_match_id={id}`.
  - `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

## Other responses

- `404` — Match not found

---

[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)
